您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

2017-01-29.log 4.8 KiB

3 年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. 2017-01-29 09:49:38 select base_supplier:SELECT
  2. id,
  3. supplier_name,
  4. area_id,
  5. is_disabled,
  6. supplier_type
  7. FROM
  8. base_supplier a
  9. WHERE
  10. cancel_flag = 0
  11. and main_corp_id = 0
  12. AND supplier_type = 187
  13. LIMIT 0,10
  14. 2017-01-29 09:49:38 count:SELECT
  15. a.id
  16. FROM
  17. base_supplier AS a,
  18. base_supplier_purchase AS b
  19. WHERE
  20. a.id = b.supplier_id
  21. and main_corp_id = 0
  22. AND a.cancel_flag = 0
  23. AND b.cancel_flag = 0
  24. GROUP BY
  25. b.supplier_id
  26. 2017-01-29 09:49:38 select base_area:SELECT
  27. id,
  28. area_name
  29. FROM
  30. base_area
  31. WHERE
  32. id in(792,923,810)
  33. 2017-01-29 09:49:46 select base_supplier:SELECT
  34. id,
  35. supplier_name,
  36. area_id,
  37. is_disabled,
  38. supplier_type
  39. FROM
  40. base_supplier a
  41. WHERE
  42. cancel_flag = 0
  43. and a.supplier_name like '%%龙庭%%' and main_corp_id = 0
  44. AND supplier_type = 187
  45. LIMIT 0,10
  46. 2017-01-29 09:49:46 count:SELECT
  47. a.id
  48. FROM
  49. base_supplier AS a,
  50. base_supplier_purchase AS b
  51. WHERE
  52. a.id = b.supplier_id
  53. and a.supplier_name like '%%龙庭%%' and main_corp_id = 0
  54. AND a.cancel_flag = 0
  55. AND b.cancel_flag = 0
  56. GROUP BY
  57. b.supplier_id
  58. 2017-01-29 09:49:46 select base_area:SELECT
  59. id,
  60. area_name
  61. FROM
  62. base_area
  63. WHERE
  64. id in(923)
  65. 2017-01-29 09:49:48 select base_area:SELECT
  66. id,
  67. area_name
  68. FROM
  69. base_area
  70. WHERE
  71. parent_id = 0
  72. 2017-01-29 09:49:48 select base_supplier:SELECT
  73. id,
  74. supplier_name,
  75. area_id,
  76. company_name,
  77. sett_type,
  78. sett_frequency,
  79. account_bank,
  80. account_num,
  81. account_name
  82. FROM
  83. base_supplier
  84. WHERE
  85. cancel_flag = 0
  86. AND id = 1003
  87. 2017-01-29 09:49:48 select base_area:SELECT
  88. id,
  89. area_name,
  90. parent_id
  91. FROM
  92. base_area
  93. WHERE
  94. cancel_flag = 0
  95. AND id = 923
  96. 2017-01-29 09:49:48 select base_area:SELECT
  97. id,
  98. area_name
  99. FROM
  100. base_area
  101. WHERE
  102. cancel_flag = 0
  103. AND id = 922
  104. 2017-01-29 09:49:48 select base_supplier_purchase:SELECT
  105. id,
  106. product_type,
  107. purchaser_name
  108. FROM
  109. base_supplier_purchase
  110. WHERE
  111. cancel_flag = 0
  112. AND supplier_id = 1003
  113. 2017-01-29 09:49:48 select base_supplier_link:SELECT
  114. id,
  115. link_name,
  116. contact_name,
  117. contact_mobile,
  118. contact_telphone,
  119. fax,
  120. email,
  121. remark
  122. FROM
  123. base_supplier_link
  124. WHERE
  125. cancel_flag = 0
  126. AND supplier_id = 1003
  127. 2017-01-29 09:49:48 select base_area:SELECT
  128. id,
  129. area_name
  130. FROM
  131. base_area
  132. WHERE
  133. parent_id = 922