No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

2017-01-19.log 44 KiB

hace 3 años
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890
  1. 2017-01-19 16:54:23 select base_supplier:SELECT
  2. id,
  3. supplier_name,
  4. area_id,
  5. is_disabled,
  6. supplier_type,
  7. manage_type
  8. FROM
  9. base_supplier
  10. WHERE
  11. cancel_flag = 0
  12. AND supplier_type = 301
  13. LIMIT 0,10
  14. 2017-01-19 16:54:23 select base_area:SELECT
  15. id,
  16. area_name
  17. FROM
  18. base_area
  19. WHERE
  20. id in(792,810,794,850)
  21. 2017-01-19 16:54:24 select base_area:SELECT
  22. id,
  23. area_name
  24. FROM
  25. base_area
  26. WHERE
  27. parent_id = 0
  28. 2017-01-19 16:54:25 select base_area:SELECT
  29. id,
  30. area_name
  31. FROM
  32. base_area
  33. WHERE
  34. parent_id = 1
  35. 2017-01-19 17:19:50 select base_supplier:SELECT
  36. id,
  37. supplier_name,
  38. area_id,
  39. is_disabled,
  40. supplier_type
  41. FROM
  42. base_supplier a
  43. WHERE
  44. cancel_flag = 0
  45. AND supplier_type = 187
  46. LIMIT 0,10
  47. 2017-01-19 17:19:50 count:SELECT
  48. a.id
  49. FROM
  50. base_supplier AS a,
  51. base_supplier_purchase AS b
  52. WHERE
  53. a.id = b.supplier_id
  54. AND a.cancel_flag = 0
  55. AND b.cancel_flag = 0
  56. GROUP BY
  57. b.supplier_id
  58. 2017-01-19 17:19:50 select base_area:SELECT
  59. id,
  60. area_name
  61. FROM
  62. base_area
  63. WHERE
  64. id in(792,923,810)
  65. 2017-01-19 17:20:08 select base_supplier:SELECT
  66. id,
  67. supplier_name,
  68. area_id,
  69. is_disabled,
  70. supplier_type
  71. FROM
  72. base_supplier a
  73. WHERE
  74. cancel_flag = 0
  75. AND supplier_type = 187
  76. LIMIT 0,10
  77. 2017-01-19 17:20:08 count:SELECT
  78. a.id
  79. FROM
  80. base_supplier AS a,
  81. base_supplier_purchase AS b
  82. WHERE
  83. a.id = b.supplier_id
  84. AND a.cancel_flag = 0
  85. AND b.cancel_flag = 0
  86. GROUP BY
  87. b.supplier_id
  88. 2017-01-19 17:20:08 select base_area:SELECT
  89. id,
  90. area_name
  91. FROM
  92. base_area
  93. WHERE
  94. id in(792,923,810)
  95. 2017-01-19 17:24:16 select base_supplier:SELECT
  96. id,
  97. supplier_name,
  98. area_id,
  99. is_disabled,
  100. supplier_type,
  101. manage_type
  102. FROM
  103. base_supplier
  104. WHERE
  105. cancel_flag = 0
  106. AND supplier_type = 301
  107. LIMIT 0,10
  108. 2017-01-19 17:24:16 select base_area:SELECT
  109. id,
  110. area_name
  111. FROM
  112. base_area
  113. WHERE
  114. id in(792,810,794,850)
  115. 2017-01-19 17:24:35 select base_supplier_sale:SELECT
  116. supplier_id,
  117. product_type,
  118. parent_type
  119. FROM
  120. base_supplier_sale
  121. WHERE
  122. product_type = 25 or parent_type = 25 and cancel_flag = 0
  123. GROUP BY
  124. supplier_id
  125. 2017-01-19 17:24:35 select base_supplier:SELECT
  126. id,
  127. supplier_name,
  128. area_id,
  129. is_disabled,
  130. supplier_type,
  131. manage_type
  132. FROM
  133. base_supplier
  134. WHERE
  135. cancel_flag = 0
  136. and id in(6,164,663,669,670,673,674,675,1010,1019,1020,1021,1022,1087,1119,1125,1126)
  137. AND supplier_type = 301
  138. LIMIT 0,10
  139. 2017-01-19 17:24:35 select base_area:SELECT
  140. id,
  141. area_name
  142. FROM
  143. base_area
  144. WHERE
  145. id in(794,800,2,850,923,982)
  146. 2017-01-19 17:24:38 select base_supplier_sale:SELECT
  147. supplier_id,
  148. product_type,
  149. parent_type
  150. FROM
  151. base_supplier_sale
  152. WHERE
  153. product_type = 25 or parent_type = 25 and cancel_flag = 0
  154. GROUP BY
  155. supplier_id
  156. 2017-01-19 17:24:38 select base_supplier:SELECT
  157. id,
  158. supplier_name,
  159. area_id,
  160. is_disabled,
  161. supplier_type,
  162. manage_type
  163. FROM
  164. base_supplier
  165. WHERE
  166. cancel_flag = 0
  167. and id in(6,164,663,669,670,673,674,675,1010,1019,1020,1021,1022,1087,1119,1125,1126)
  168. AND supplier_type = 301
  169. LIMIT 10,10
  170. 2017-01-19 17:24:38 select base_area:SELECT
  171. id,
  172. area_name
  173. FROM
  174. base_area
  175. WHERE
  176. id in(810,802,792,7,794)
  177. 2017-01-19 17:24:38 select base_supplier_sale:SELECT
  178. supplier_id,
  179. product_type,
  180. parent_type
  181. FROM
  182. base_supplier_sale
  183. WHERE
  184. product_type = 25 or parent_type = 25 and cancel_flag = 0
  185. GROUP BY
  186. supplier_id
  187. 2017-01-19 17:24:38 select base_supplier:SELECT
  188. id,
  189. supplier_name,
  190. area_id,
  191. is_disabled,
  192. supplier_type,
  193. manage_type
  194. FROM
  195. base_supplier
  196. WHERE
  197. cancel_flag = 0
  198. and id in(6,164,663,669,670,673,674,675,1010,1019,1020,1021,1022,1087,1119,1125,1126)
  199. AND supplier_type = 301
  200. LIMIT 10,10
  201. 2017-01-19 17:24:38 select base_area:SELECT
  202. id,
  203. area_name
  204. FROM
  205. base_area
  206. WHERE
  207. id in(810,802,792,7,794)
  208. 2017-01-19 17:24:40 select base_supplier_sale:SELECT
  209. supplier_id,
  210. product_type,
  211. parent_type
  212. FROM
  213. base_supplier_sale
  214. WHERE
  215. product_type = 25 or parent_type = 25 and cancel_flag = 0
  216. GROUP BY
  217. supplier_id
  218. 2017-01-19 17:24:40 select base_supplier:SELECT
  219. id,
  220. supplier_name,
  221. area_id,
  222. is_disabled,
  223. supplier_type,
  224. manage_type
  225. FROM
  226. base_supplier
  227. WHERE
  228. cancel_flag = 0
  229. and id in(6,164,663,669,670,673,674,675,1010,1019,1020,1021,1022,1087,1119,1125,1126)
  230. AND supplier_type = 301
  231. LIMIT 0,10
  232. 2017-01-19 17:24:40 select base_area:SELECT
  233. id,
  234. area_name
  235. FROM
  236. base_area
  237. WHERE
  238. id in(794,800,2,850,923,982)
  239. 2017-01-19 17:24:40 select base_supplier_sale:SELECT
  240. supplier_id,
  241. product_type,
  242. parent_type
  243. FROM
  244. base_supplier_sale
  245. WHERE
  246. product_type = 25 or parent_type = 25 and cancel_flag = 0
  247. GROUP BY
  248. supplier_id
  249. 2017-01-19 17:24:40 select base_supplier:SELECT
  250. id,
  251. supplier_name,
  252. area_id,
  253. is_disabled,
  254. supplier_type,
  255. manage_type
  256. FROM
  257. base_supplier
  258. WHERE
  259. cancel_flag = 0
  260. and id in(6,164,663,669,670,673,674,675,1010,1019,1020,1021,1022,1087,1119,1125,1126)
  261. AND supplier_type = 301
  262. LIMIT 0,10
  263. 2017-01-19 17:24:40 select base_area:SELECT
  264. id,
  265. area_name
  266. FROM
  267. base_area
  268. WHERE
  269. id in(794,800,2,850,923,982)
  270. 2017-01-19 17:24:55 select base_supplier_sale:SELECT
  271. supplier_id,
  272. product_type,
  273. parent_type
  274. FROM
  275. base_supplier_sale
  276. WHERE
  277. product_type = 310 or parent_type = 310 and cancel_flag = 0
  278. GROUP BY
  279. supplier_id
  280. 2017-01-19 17:24:55 select base_supplier:SELECT
  281. id,
  282. supplier_name,
  283. area_id,
  284. is_disabled,
  285. supplier_type,
  286. manage_type
  287. FROM
  288. base_supplier
  289. WHERE
  290. cancel_flag = 0
  291. and id in(1,2,3,4,5,6,7,9,10,11,12,13,15,16,17,18,19,20,22,23,24,27,28,31,32,33,34,38,39,40,45,46,47,49,50,51,53,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,72,74,75,76,78,79,80,81,84,87,90,92,96,99,102,107,108,112,114,115,116,119,122,125,126,128,132,137,138,141,143,145,146,147,149,150,151,153,157,158,159,160,164,167,174,176,180,182,183,185,188,517,651,657,661,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,1031,1086,1091,1093,1094,1095,1113,1114,1117,1121,1122,1128,1134,1139,1140,1141,1142,1143,1144,1145,1146,1147,1149,1150,1152,1153,1154,1155,1161,1162,1163,1167)
  292. AND supplier_type = 301
  293. LIMIT 0,10
  294. 2017-01-19 17:24:55 select base_area:SELECT
  295. id,
  296. area_name
  297. FROM
  298. base_area
  299. WHERE
  300. id in(792,810,794,850)
  301. 2017-01-19 17:25:02 select base_supplier_sale:SELECT
  302. supplier_id,
  303. product_type,
  304. parent_type
  305. FROM
  306. base_supplier_sale
  307. WHERE
  308. product_type = 310 or parent_type = 310 and cancel_flag = 0
  309. GROUP BY
  310. supplier_id
  311. 2017-01-19 17:25:02 select base_supplier:SELECT
  312. id,
  313. supplier_name,
  314. area_id,
  315. is_disabled,
  316. supplier_type,
  317. manage_type
  318. FROM
  319. base_supplier
  320. WHERE
  321. cancel_flag = 0
  322. and id in(1,2,3,4,5,6,7,9,10,11,12,13,15,16,17,18,19,20,22,23,24,27,28,31,32,33,34,38,39,40,45,46,47,49,50,51,53,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,72,74,75,76,78,79,80,81,84,87,90,92,96,99,102,107,108,112,114,115,116,119,122,125,126,128,132,137,138,141,143,145,146,147,149,150,151,153,157,158,159,160,164,167,174,176,180,182,183,185,188,517,651,657,661,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,1031,1086,1091,1093,1094,1095,1113,1114,1117,1121,1122,1128,1134,1139,1140,1141,1142,1143,1144,1145,1146,1147,1149,1150,1152,1153,1154,1155,1161,1162,1163,1167)
  323. AND supplier_type = 301
  324. LIMIT 10,10
  325. 2017-01-19 17:25:02 select base_area:SELECT
  326. id,
  327. area_name
  328. FROM
  329. base_area
  330. WHERE
  331. id in(797,792,794,923,1966)
  332. 2017-01-19 17:25:02 select base_supplier_sale:SELECT
  333. supplier_id,
  334. product_type,
  335. parent_type
  336. FROM
  337. base_supplier_sale
  338. WHERE
  339. product_type = 310 or parent_type = 310 and cancel_flag = 0
  340. GROUP BY
  341. supplier_id
  342. 2017-01-19 17:25:02 select base_supplier:SELECT
  343. id,
  344. supplier_name,
  345. area_id,
  346. is_disabled,
  347. supplier_type,
  348. manage_type
  349. FROM
  350. base_supplier
  351. WHERE
  352. cancel_flag = 0
  353. and id in(1,2,3,4,5,6,7,9,10,11,12,13,15,16,17,18,19,20,22,23,24,27,28,31,32,33,34,38,39,40,45,46,47,49,50,51,53,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,72,74,75,76,78,79,80,81,84,87,90,92,96,99,102,107,108,112,114,115,116,119,122,125,126,128,132,137,138,141,143,145,146,147,149,150,151,153,157,158,159,160,164,167,174,176,180,182,183,185,188,517,651,657,661,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,1031,1086,1091,1093,1094,1095,1113,1114,1117,1121,1122,1128,1134,1139,1140,1141,1142,1143,1144,1145,1146,1147,1149,1150,1152,1153,1154,1155,1161,1162,1163,1167)
  354. AND supplier_type = 301
  355. LIMIT 10,10
  356. 2017-01-19 17:25:02 select base_area:SELECT
  357. id,
  358. area_name
  359. FROM
  360. base_area
  361. WHERE
  362. id in(797,792,794,923,1966)
  363. 2017-01-19 17:25:02 select base_supplier_sale:SELECT
  364. supplier_id,
  365. product_type,
  366. parent_type
  367. FROM
  368. base_supplier_sale
  369. WHERE
  370. product_type = 310 or parent_type = 310 and cancel_flag = 0
  371. GROUP BY
  372. supplier_id
  373. 2017-01-19 17:25:02 select base_supplier:SELECT
  374. id,
  375. supplier_name,
  376. area_id,
  377. is_disabled,
  378. supplier_type,
  379. manage_type
  380. FROM
  381. base_supplier
  382. WHERE
  383. cancel_flag = 0
  384. and id in(1,2,3,4,5,6,7,9,10,11,12,13,15,16,17,18,19,20,22,23,24,27,28,31,32,33,34,38,39,40,45,46,47,49,50,51,53,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,72,74,75,76,78,79,80,81,84,87,90,92,96,99,102,107,108,112,114,115,116,119,122,125,126,128,132,137,138,141,143,145,146,147,149,150,151,153,157,158,159,160,164,167,174,176,180,182,183,185,188,517,651,657,661,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,1031,1086,1091,1093,1094,1095,1113,1114,1117,1121,1122,1128,1134,1139,1140,1141,1142,1143,1144,1145,1146,1147,1149,1150,1152,1153,1154,1155,1161,1162,1163,1167)
  385. AND supplier_type = 301
  386. LIMIT 10,10
  387. 2017-01-19 17:25:02 select base_area:SELECT
  388. id,
  389. area_name
  390. FROM
  391. base_area
  392. WHERE
  393. id in(797,792,794,923,1966)
  394. 2017-01-19 17:25:04 select base_supplier_sale:SELECT
  395. supplier_id,
  396. product_type,
  397. parent_type
  398. FROM
  399. base_supplier_sale
  400. WHERE
  401. product_type = 310 or parent_type = 310 and cancel_flag = 0
  402. GROUP BY
  403. supplier_id
  404. 2017-01-19 17:25:04 select base_supplier:SELECT
  405. id,
  406. supplier_name,
  407. area_id,
  408. is_disabled,
  409. supplier_type,
  410. manage_type
  411. FROM
  412. base_supplier
  413. WHERE
  414. cancel_flag = 0
  415. and id in(1,2,3,4,5,6,7,9,10,11,12,13,15,16,17,18,19,20,22,23,24,27,28,31,32,33,34,38,39,40,45,46,47,49,50,51,53,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,72,74,75,76,78,79,80,81,84,87,90,92,96,99,102,107,108,112,114,115,116,119,122,125,126,128,132,137,138,141,143,145,146,147,149,150,151,153,157,158,159,160,164,167,174,176,180,182,183,185,188,517,651,657,661,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,1031,1086,1091,1093,1094,1095,1113,1114,1117,1121,1122,1128,1134,1139,1140,1141,1142,1143,1144,1145,1146,1147,1149,1150,1152,1153,1154,1155,1161,1162,1163,1167)
  416. AND supplier_type = 301
  417. LIMIT 20,10
  418. 2017-01-19 17:25:04 select base_area:SELECT
  419. id,
  420. area_name
  421. FROM
  422. base_area
  423. WHERE
  424. id in(792,7,800,850)
  425. 2017-01-19 17:25:04 select base_supplier_sale:SELECT
  426. supplier_id,
  427. product_type,
  428. parent_type
  429. FROM
  430. base_supplier_sale
  431. WHERE
  432. product_type = 310 or parent_type = 310 and cancel_flag = 0
  433. GROUP BY
  434. supplier_id
  435. 2017-01-19 17:25:04 select base_supplier:SELECT
  436. id,
  437. supplier_name,
  438. area_id,
  439. is_disabled,
  440. supplier_type,
  441. manage_type
  442. FROM
  443. base_supplier
  444. WHERE
  445. cancel_flag = 0
  446. and id in(1,2,3,4,5,6,7,9,10,11,12,13,15,16,17,18,19,20,22,23,24,27,28,31,32,33,34,38,39,40,45,46,47,49,50,51,53,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,72,74,75,76,78,79,80,81,84,87,90,92,96,99,102,107,108,112,114,115,116,119,122,125,126,128,132,137,138,141,143,145,146,147,149,150,151,153,157,158,159,160,164,167,174,176,180,182,183,185,188,517,651,657,661,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,1031,1086,1091,1093,1094,1095,1113,1114,1117,1121,1122,1128,1134,1139,1140,1141,1142,1143,1144,1145,1146,1147,1149,1150,1152,1153,1154,1155,1161,1162,1163,1167)
  447. AND supplier_type = 301
  448. LIMIT 20,10
  449. 2017-01-19 17:25:04 select base_area:SELECT
  450. id,
  451. area_name
  452. FROM
  453. base_area
  454. WHERE
  455. id in(792,7,800,850)
  456. 2017-01-19 17:25:04 select base_supplier_sale:SELECT
  457. supplier_id,
  458. product_type,
  459. parent_type
  460. FROM
  461. base_supplier_sale
  462. WHERE
  463. product_type = 310 or parent_type = 310 and cancel_flag = 0
  464. GROUP BY
  465. supplier_id
  466. 2017-01-19 17:25:04 select base_supplier:SELECT
  467. id,
  468. supplier_name,
  469. area_id,
  470. is_disabled,
  471. supplier_type,
  472. manage_type
  473. FROM
  474. base_supplier
  475. WHERE
  476. cancel_flag = 0
  477. and id in(1,2,3,4,5,6,7,9,10,11,12,13,15,16,17,18,19,20,22,23,24,27,28,31,32,33,34,38,39,40,45,46,47,49,50,51,53,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,72,74,75,76,78,79,80,81,84,87,90,92,96,99,102,107,108,112,114,115,116,119,122,125,126,128,132,137,138,141,143,145,146,147,149,150,151,153,157,158,159,160,164,167,174,176,180,182,183,185,188,517,651,657,661,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,1031,1086,1091,1093,1094,1095,1113,1114,1117,1121,1122,1128,1134,1139,1140,1141,1142,1143,1144,1145,1146,1147,1149,1150,1152,1153,1154,1155,1161,1162,1163,1167)
  478. AND supplier_type = 301
  479. LIMIT 20,10
  480. 2017-01-19 17:25:04 select base_area:SELECT
  481. id,
  482. area_name
  483. FROM
  484. base_area
  485. WHERE
  486. id in(792,7,800,850)
  487. 2017-01-19 17:25:05 select base_supplier_sale:SELECT
  488. supplier_id,
  489. product_type,
  490. parent_type
  491. FROM
  492. base_supplier_sale
  493. WHERE
  494. product_type = 310 or parent_type = 310 and cancel_flag = 0
  495. GROUP BY
  496. supplier_id
  497. 2017-01-19 17:25:05 select base_supplier:SELECT
  498. id,
  499. supplier_name,
  500. area_id,
  501. is_disabled,
  502. supplier_type,
  503. manage_type
  504. FROM
  505. base_supplier
  506. WHERE
  507. cancel_flag = 0
  508. and id in(1,2,3,4,5,6,7,9,10,11,12,13,15,16,17,18,19,20,22,23,24,27,28,31,32,33,34,38,39,40,45,46,47,49,50,51,53,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,72,74,75,76,78,79,80,81,84,87,90,92,96,99,102,107,108,112,114,115,116,119,122,125,126,128,132,137,138,141,143,145,146,147,149,150,151,153,157,158,159,160,164,167,174,176,180,182,183,185,188,517,651,657,661,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,1031,1086,1091,1093,1094,1095,1113,1114,1117,1121,1122,1128,1134,1139,1140,1141,1142,1143,1144,1145,1146,1147,1149,1150,1152,1153,1154,1155,1161,1162,1163,1167)
  509. AND supplier_type = 301
  510. LIMIT 30,10
  511. 2017-01-19 17:25:05 select base_area:SELECT
  512. id,
  513. area_name
  514. FROM
  515. base_area
  516. WHERE
  517. id in(792)
  518. 2017-01-19 17:25:05 select base_supplier_sale:SELECT
  519. supplier_id,
  520. product_type,
  521. parent_type
  522. FROM
  523. base_supplier_sale
  524. WHERE
  525. product_type = 310 or parent_type = 310 and cancel_flag = 0
  526. GROUP BY
  527. supplier_id
  528. 2017-01-19 17:25:05 select base_supplier:SELECT
  529. id,
  530. supplier_name,
  531. area_id,
  532. is_disabled,
  533. supplier_type,
  534. manage_type
  535. FROM
  536. base_supplier
  537. WHERE
  538. cancel_flag = 0
  539. and id in(1,2,3,4,5,6,7,9,10,11,12,13,15,16,17,18,19,20,22,23,24,27,28,31,32,33,34,38,39,40,45,46,47,49,50,51,53,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,72,74,75,76,78,79,80,81,84,87,90,92,96,99,102,107,108,112,114,115,116,119,122,125,126,128,132,137,138,141,143,145,146,147,149,150,151,153,157,158,159,160,164,167,174,176,180,182,183,185,188,517,651,657,661,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,1031,1086,1091,1093,1094,1095,1113,1114,1117,1121,1122,1128,1134,1139,1140,1141,1142,1143,1144,1145,1146,1147,1149,1150,1152,1153,1154,1155,1161,1162,1163,1167)
  540. AND supplier_type = 301
  541. LIMIT 30,10
  542. 2017-01-19 17:25:05 select base_area:SELECT
  543. id,
  544. area_name
  545. FROM
  546. base_area
  547. WHERE
  548. id in(792)
  549. 2017-01-19 17:25:05 select base_supplier_sale:SELECT
  550. supplier_id,
  551. product_type,
  552. parent_type
  553. FROM
  554. base_supplier_sale
  555. WHERE
  556. product_type = 310 or parent_type = 310 and cancel_flag = 0
  557. GROUP BY
  558. supplier_id
  559. 2017-01-19 17:25:05 select base_supplier:SELECT
  560. id,
  561. supplier_name,
  562. area_id,
  563. is_disabled,
  564. supplier_type,
  565. manage_type
  566. FROM
  567. base_supplier
  568. WHERE
  569. cancel_flag = 0
  570. and id in(1,2,3,4,5,6,7,9,10,11,12,13,15,16,17,18,19,20,22,23,24,27,28,31,32,33,34,38,39,40,45,46,47,49,50,51,53,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,72,74,75,76,78,79,80,81,84,87,90,92,96,99,102,107,108,112,114,115,116,119,122,125,126,128,132,137,138,141,143,145,146,147,149,150,151,153,157,158,159,160,164,167,174,176,180,182,183,185,188,517,651,657,661,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,1031,1086,1091,1093,1094,1095,1113,1114,1117,1121,1122,1128,1134,1139,1140,1141,1142,1143,1144,1145,1146,1147,1149,1150,1152,1153,1154,1155,1161,1162,1163,1167)
  571. AND supplier_type = 301
  572. LIMIT 30,10
  573. 2017-01-19 17:25:05 select base_area:SELECT
  574. id,
  575. area_name
  576. FROM
  577. base_area
  578. WHERE
  579. id in(792)
  580. 2017-01-19 17:25:50 select base_supplier:SELECT
  581. id,
  582. supplier_name,
  583. area_id,
  584. is_disabled,
  585. supplier_type,
  586. manage_type
  587. FROM
  588. base_supplier
  589. WHERE
  590. cancel_flag = 0
  591. and supplier_name like '%%驴妈妈%%'
  592. AND supplier_type = 301
  593. LIMIT 0,10
  594. 2017-01-19 17:25:50 select base_area:SELECT
  595. id,
  596. area_name
  597. FROM
  598. base_area
  599. WHERE
  600. id in(794,1161,802)
  601. 2017-01-19 17:28:08 select base_supplier:SELECT
  602. id,
  603. supplier_name,
  604. area_id,
  605. is_disabled,
  606. supplier_type,
  607. manage_type
  608. FROM
  609. base_supplier
  610. WHERE
  611. cancel_flag = 0
  612. and supplier_name like '%%酒店%%'
  613. AND supplier_type = 301
  614. LIMIT 0,10
  615. 2017-01-19 17:28:08 select base_area:SELECT
  616. id,
  617. area_name
  618. FROM
  619. base_area
  620. WHERE
  621. id in(792,800)
  622. 2017-01-19 17:28:18 select base_supplier:SELECT
  623. id,
  624. supplier_name,
  625. area_id,
  626. is_disabled,
  627. supplier_type,
  628. manage_type
  629. FROM
  630. base_supplier
  631. WHERE
  632. cancel_flag = 0
  633. and supplier_name like '%%酒店%%'
  634. AND supplier_type = 301
  635. LIMIT 10,10
  636. 2017-01-19 17:28:18 select base_area:SELECT
  637. id,
  638. area_name
  639. FROM
  640. base_area
  641. WHERE
  642. id in(792)
  643. 2017-01-19 17:28:18 select base_supplier:SELECT
  644. id,
  645. supplier_name,
  646. area_id,
  647. is_disabled,
  648. supplier_type,
  649. manage_type
  650. FROM
  651. base_supplier
  652. WHERE
  653. cancel_flag = 0
  654. and supplier_name like '%%酒店%%'
  655. AND supplier_type = 301
  656. LIMIT 10,10
  657. 2017-01-19 17:28:18 select base_area:SELECT
  658. id,
  659. area_name
  660. FROM
  661. base_area
  662. WHERE
  663. id in(792)
  664. 2017-01-19 17:28:18 select base_supplier:SELECT
  665. id,
  666. supplier_name,
  667. area_id,
  668. is_disabled,
  669. supplier_type,
  670. manage_type
  671. FROM
  672. base_supplier
  673. WHERE
  674. cancel_flag = 0
  675. and supplier_name like '%%酒店%%'
  676. AND supplier_type = 301
  677. LIMIT 10,10
  678. 2017-01-19 17:28:18 select base_area:SELECT
  679. id,
  680. area_name
  681. FROM
  682. base_area
  683. WHERE
  684. id in(792)
  685. 2017-01-19 17:28:18 select base_supplier:SELECT
  686. id,
  687. supplier_name,
  688. area_id,
  689. is_disabled,
  690. supplier_type,
  691. manage_type
  692. FROM
  693. base_supplier
  694. WHERE
  695. cancel_flag = 0
  696. and supplier_name like '%%酒店%%'
  697. AND supplier_type = 301
  698. LIMIT 10,10
  699. 2017-01-19 17:28:18 select base_area:SELECT
  700. id,
  701. area_name
  702. FROM
  703. base_area
  704. WHERE
  705. id in(792)
  706. 2017-01-19 17:28:18 select base_supplier:SELECT
  707. id,
  708. supplier_name,
  709. area_id,
  710. is_disabled,
  711. supplier_type,
  712. manage_type
  713. FROM
  714. base_supplier
  715. WHERE
  716. cancel_flag = 0
  717. and supplier_name like '%%酒店%%'
  718. AND supplier_type = 301
  719. LIMIT 10,10
  720. 2017-01-19 17:28:18 select base_area:SELECT
  721. id,
  722. area_name
  723. FROM
  724. base_area
  725. WHERE
  726. id in(792)
  727. 2017-01-19 17:28:51 select base_supplier:SELECT
  728. id,
  729. supplier_name,
  730. area_id,
  731. is_disabled,
  732. supplier_type
  733. FROM
  734. base_supplier a
  735. WHERE
  736. cancel_flag = 0
  737. AND supplier_type = 187
  738. LIMIT 0,10
  739. 2017-01-19 17:28:51 count:SELECT
  740. a.id
  741. FROM
  742. base_supplier AS a,
  743. base_supplier_purchase AS b
  744. WHERE
  745. a.id = b.supplier_id
  746. AND a.cancel_flag = 0
  747. AND b.cancel_flag = 0
  748. GROUP BY
  749. b.supplier_id
  750. 2017-01-19 17:28:51 select base_area:SELECT
  751. id,
  752. area_name
  753. FROM
  754. base_area
  755. WHERE
  756. id in(792,923,810)
  757. 2017-01-19 17:29:26 select base_supplier_sale:SELECT
  758. supplier_id,
  759. product_type,
  760. parent_type
  761. FROM
  762. base_supplier_sale
  763. WHERE
  764. product_type = 310 or parent_type = 310 and cancel_flag = 0
  765. GROUP BY
  766. supplier_id
  767. 2017-01-19 17:29:26 select base_supplier:SELECT
  768. id,
  769. supplier_name,
  770. area_id,
  771. is_disabled,
  772. supplier_type,
  773. manage_type
  774. FROM
  775. base_supplier
  776. WHERE
  777. cancel_flag = 0
  778. and supplier_name like '%%酒店%%' and id in(1,2,3,4,5,6,7,9,10,11,12,13,15,16,17,18,19,20,22,23,24,27,28,31,32,33,34,38,39,40,45,46,47,49,50,51,53,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,72,74,75,76,78,79,80,81,84,87,90,92,96,99,102,107,108,112,114,115,116,119,122,125,126,128,132,137,138,141,143,145,146,147,149,150,151,153,157,158,159,160,164,167,174,176,180,182,183,185,188,517,651,657,661,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,1031,1086,1091,1093,1094,1095,1113,1114,1117,1121,1122,1128,1134,1139,1140,1141,1142,1143,1144,1145,1146,1147,1149,1150,1152,1153,1154,1155,1161,1162,1163,1167) and supplier_name like '%%酒店%%'
  779. AND supplier_type = 301
  780. LIMIT 0,10
  781. 2017-01-19 17:29:26 select base_area:SELECT
  782. id,
  783. area_name
  784. FROM
  785. base_area
  786. WHERE
  787. id in(792,800)
  788. 2017-01-19 17:30:02 select base_area:SELECT
  789. id,
  790. area_name
  791. FROM
  792. base_area
  793. WHERE
  794. parent_id = 0
  795. 2017-01-19 17:30:02 select base_area:SELECT
  796. id,
  797. area_name
  798. FROM
  799. base_area
  800. WHERE
  801. parent_id = 1
  802. 2017-01-19 17:31:20 select base_supplier:SELECT
  803. id,
  804. supplier_name,
  805. area_id,
  806. is_disabled,
  807. supplier_type,
  808. manage_type
  809. FROM
  810. base_supplier
  811. WHERE
  812. cancel_flag = 0
  813. AND supplier_type = 301
  814. LIMIT 0,10
  815. 2017-01-19 17:31:20 select base_area:SELECT
  816. id,
  817. area_name
  818. FROM
  819. base_area
  820. WHERE
  821. id in(792,810,794,850)
  822. 2017-01-19 17:31:24 select base_area:SELECT
  823. id,
  824. area_name
  825. FROM
  826. base_area
  827. WHERE
  828. parent_id = 0
  829. 2017-01-19 17:31:24 select base_area:SELECT
  830. id,
  831. area_name
  832. FROM
  833. base_area
  834. WHERE
  835. parent_id = 1
  836. 2017-01-19 17:47:44 check base_supplier:SELECT
  837. supplier_name
  838. FROM
  839. base_supplier
  840. WHERE
  841. cancel_flag = 0
  842. AND supplier_name = ''
  843. 2017-01-19 17:47:46 check base_supplier:SELECT
  844. supplier_name
  845. FROM
  846. base_supplier
  847. WHERE
  848. cancel_flag = 0
  849. AND supplier_name = ''
  850. 2017-01-19 17:48:46 select base_supplier:SELECT
  851. id,
  852. supplier_name,
  853. area_id,
  854. is_disabled,
  855. supplier_type
  856. FROM
  857. base_supplier a
  858. WHERE
  859. cancel_flag = 0
  860. AND supplier_type = 187
  861. LIMIT 0,10
  862. 2017-01-19 17:48:46 count:SELECT
  863. a.id
  864. FROM
  865. base_supplier AS a,
  866. base_supplier_purchase AS b
  867. WHERE
  868. a.id = b.supplier_id
  869. AND a.cancel_flag = 0
  870. AND b.cancel_flag = 0
  871. GROUP BY
  872. b.supplier_id
  873. 2017-01-19 17:48:46 select base_area:SELECT
  874. id,
  875. area_name
  876. FROM
  877. base_area
  878. WHERE
  879. id in(792,923,810)