25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

255 lines
10 KiB

  1. 2016-09-27 17:30:43 select base_supplier:SELECT
  2. a.id,
  3. a.supplier_name,
  4. a.area_id,
  5. a.is_disabled,
  6. a.supplier_type,
  7. a.manage_type,
  8. group_concat(b.product_type) as product_type
  9. group_concat(b.parent_type) as parent_type
  10. FROM
  11. base_supplier AS a,
  12. base_supplier_sale AS b
  13. WHERE
  14. a.id = b.supplier_id
  15. AND a.cancel_flag = 0
  16. AND b.cancel_flag = 0
  17. GROUP BY
  18. b.supplier_id
  19. LIMIT 0,10
  20. 2016-09-27 17:31:19 select base_supplier:SELECT
  21. a.id,
  22. a.supplier_name,
  23. a.area_id,
  24. a.is_disabled,
  25. a.supplier_type,
  26. a.manage_type,
  27. group_concat(b.product_type) as product_type
  28. group_concat(b.parent_type) as parent_type
  29. FROM
  30. base_supplier AS a,
  31. base_supplier_sale AS b
  32. WHERE
  33. a.id = b.supplier_id
  34. AND a.cancel_flag = 0
  35. AND b.cancel_flag = 0
  36. GROUP BY
  37. b.supplier_id
  38. LIMIT 0,10
  39. 2016-09-27 17:31:26 select base_supplier:SELECT
  40. a.id,
  41. a.supplier_name,
  42. a.area_id,
  43. a.is_disabled,
  44. a.supplier_type,
  45. a.manage_type,
  46. group_concat(b.product_type) as product_type
  47. group_concat(b.parent_type) as parent_type
  48. FROM
  49. base_supplier AS a,
  50. base_supplier_sale AS b
  51. WHERE
  52. a.id = b.supplier_id
  53. AND a.cancel_flag = 0
  54. AND b.cancel_flag = 0
  55. GROUP BY
  56. b.supplier_id
  57. LIMIT 0,10
  58. 2016-09-27 17:31:59 select base_supplier:SELECT
  59. a.id,
  60. a.supplier_name,
  61. a.area_id,
  62. a.is_disabled,
  63. a.supplier_type,
  64. a.manage_type,
  65. group_concat(b.product_type) as product_type,
  66. group_concat(b.parent_type) as parent_type
  67. FROM
  68. base_supplier AS a,
  69. base_supplier_sale AS b
  70. WHERE
  71. a.id = b.supplier_id
  72. AND a.cancel_flag = 0
  73. AND b.cancel_flag = 0
  74. GROUP BY
  75. b.supplier_id
  76. LIMIT 0,10
  77. 2016-09-27 17:31:59 select base_area:SELECT
  78. id,
  79. area_name
  80. FROM
  81. base_area
  82. WHERE
  83. id in(2)
  84. 2016-09-27 17:32:55 select base_supplier:SELECT
  85. a.id,
  86. a.supplier_name,
  87. a.area_id,
  88. a.is_disabled,
  89. a.supplier_type,
  90. a.manage_type,
  91. group_concat(b.product_type) as product_type,
  92. group_concat(b.parent_type) as parent_type
  93. FROM
  94. base_supplier AS a,
  95. base_supplier_sale AS b
  96. WHERE
  97. a.id = b.supplier_id
  98. AND a.cancel_flag = 0
  99. AND b.cancel_flag = 0
  100. GROUP BY
  101. b.supplier_id
  102. LIMIT 0,10
  103. 2016-09-27 17:32:55 select base_area:SELECT
  104. id,
  105. area_name
  106. FROM
  107. base_area
  108. WHERE
  109. id in(2)
  110. 2016-09-27 17:43:26 select base_supplier:SELECT
  111. a.id,
  112. a.supplier_name,
  113. a.area_id,
  114. a.is_disabled,
  115. a.supplier_type,
  116. a.manage_type,
  117. group_concat(b.product_type) as product_type,
  118. group_concat(b.parent_type) as parent_type
  119. FROM
  120. base_supplier AS a,
  121. base_supplier_sale AS b
  122. WHERE
  123. a.id = b.supplier_id
  124. AND a.cancel_flag = 0
  125. AND b.cancel_flag = 0
  126. GROUP BY
  127. b.supplier_id
  128. LIMIT 0,10
  129. 2016-09-27 17:43:26 select base_area:SELECT
  130. id,
  131. area_name
  132. FROM
  133. base_area
  134. WHERE
  135. id in(2)
  136. 2016-09-27 17:44:02 select base_supplier:SELECT
  137. a.id,
  138. a.supplier_name,
  139. a.area_id,
  140. a.is_disabled,
  141. a.supplier_type,
  142. a.manage_type,
  143. group_concat(b.product_type) as product_type,
  144. group_concat(b.parent_type) as parent_type
  145. FROM
  146. base_supplier AS a,
  147. base_supplier_sale AS b
  148. WHERE
  149. a.id = b.supplier_id
  150. AND a.cancel_flag = 0
  151. AND b.cancel_flag = 0
  152. GROUP BY
  153. b.supplier_id
  154. LIMIT 0,10
  155. 2016-09-27 17:44:02 select base_area:SELECT
  156. id,
  157. area_name
  158. FROM
  159. base_area
  160. WHERE
  161. id in(2)
  162. 2016-09-27 20:05:11 checkUserName base_user:SELECT
  163. user_name
  164. FROM
  165. base_user
  166. WHERE
  167. user_name = zhangsanfeng
  168. 2016-09-27 20:06:05 checkUserName base_user:SELECT
  169. user_name
  170. FROM
  171. base_user
  172. WHERE
  173. user_name = zhangsanfeng
  174. 2016-09-27 20:06:30 checkUserName base_user:SELECT
  175. user_name
  176. FROM
  177. base_user
  178. WHERE
  179. user_name = 'zhangsanfeng'
  180. 2016-09-27 20:06:30 insertUser base_user:INSERT INTO base_user (
  181. create_user_id,
  182. create_time,
  183. user_name,
  184. org_id,
  185. top_org_id,
  186. user_password,
  187. true_name,
  188. phone_no,
  189. `status`
  190. )
  191. VALUE
  192. (1, '2016-09-27 20:06:30', 'zhangsanfeng', 23, 23, '8c052db23a2220d3856c7f0039195362', 'zhangsanfeng', '1513515135135',0)
  193. 2016-09-27 20:08:22 checkUserName base_user:SELECT
  194. user_name
  195. FROM
  196. base_user
  197. WHERE
  198. user_name = 'zhangsanfeng'
  199. 2016-09-27 20:08:22 insertUser base_user:INSERT INTO base_user (
  200. create_user_id,
  201. create_time,
  202. user_name,
  203. org_id,
  204. top_org_id,
  205. user_password,
  206. true_name,
  207. phone_no,
  208. `status`
  209. )
  210. VALUE
  211. (1, '2016-09-27 20:08:22', 'zhangsanfeng', 23, 23, '8c052db23a2220d3856c7f0039195362', 'zhangsanfeng', '1513515135135',0)
  212. 2016-09-27 20:38:00 getListUser base_user:SELECT
  213. id,
  214. true_name,
  215. `status`
  216. FROM
  217. base_user
  218. WHERE
  219. concel_flag = 0
  220. AND org_id = 26
  221. 2016-09-27 20:38:29 getListUser base_user:SELECT
  222. id,
  223. true_name,
  224. status
  225. FROM
  226. base_user
  227. WHERE
  228. concel_flag = 0
  229. AND org_id = 26
  230. 2016-09-27 20:38:41 getListUser base_user:SELECT
  231. id,
  232. true_name,
  233. status
  234. FROM
  235. base_user
  236. WHERE
  237. concel_flag = 0
  238. AND org_id = 26
  239. 2016-09-27 20:39:16 getListUser base_user:SELECT
  240. id,
  241. true_name,
  242. `status`
  243. FROM
  244. base_user
  245. WHERE
  246. cancel_flag = 0
  247. AND org_id = 26