You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

461 lines
17 KiB

  1. 2016-12-13 16:46:05 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 supplier_type = 187
  12. LIMIT 0,10
  13. 2016-12-13 16:46:05 count:SELECT
  14. a.id
  15. FROM
  16. base_supplier AS a,
  17. base_supplier_purchase AS b
  18. WHERE
  19. a.id = b.supplier_id
  20. AND a.cancel_flag = 0
  21. AND b.cancel_flag = 0
  22. GROUP BY
  23. b.supplier_id
  24. 2016-12-13 16:46:06 select base_area:SELECT
  25. id,
  26. area_name
  27. FROM
  28. base_area
  29. WHERE
  30. id in(923,803,792,1200,961)
  31. 2016-12-13 16:46:24 select base_area:SELECT
  32. id,
  33. area_name
  34. FROM
  35. base_area
  36. WHERE
  37. parent_id = 0
  38. 2016-12-13 16:46:24 select base_area:SELECT
  39. id,
  40. area_name
  41. FROM
  42. base_area
  43. WHERE
  44. parent_id = 1
  45. 2016-12-13 16:46:27 check base_supplier:SELECT
  46. supplier_name
  47. FROM
  48. base_supplier
  49. WHERE
  50. cancel_flag = 0
  51. AND supplier_type = 187
  52. AND supplier_name = ''
  53. 2016-12-13 16:46:29 check base_supplier:SELECT
  54. supplier_name
  55. FROM
  56. base_supplier
  57. WHERE
  58. cancel_flag = 0
  59. AND supplier_type = 187
  60. AND supplier_name = ''
  61. 2016-12-13 16:46:30 check base_supplier:SELECT
  62. supplier_name
  63. FROM
  64. base_supplier
  65. WHERE
  66. cancel_flag = 0
  67. AND supplier_type = 187
  68. AND supplier_name = '上海星河湾酒店'
  69. 2016-12-13 16:46:33 select base_area:SELECT
  70. id,
  71. area_name
  72. FROM
  73. base_area
  74. WHERE
  75. parent_id = 791
  76. 2016-12-13 16:47:43 INSERT INTO base_supplier:INSERT INTO base_supplier (
  77. create_user_id,
  78. create_time,
  79. supplier_type,
  80. supplier_name,
  81. area_id,
  82. company_name,
  83. is_disabled,
  84. sett_type,
  85. sett_frequency,
  86. account_bank,
  87. account_num,
  88. account_name
  89. )
  90. VALUES
  91. (274,'2016-12-13 16:47:43',187,'上海星河湾酒店',800,'上海闵行星河湾酒店有限公司',0,275,295,'','','')
  92. 2016-12-13 16:47:43 INSERT INTO base_supplier_purchase:INSERT INTO base_supplier_purchase (
  93. create_user_id,
  94. create_time,
  95. supplier_id,
  96. product_type,
  97. purchaser_name
  98. )
  99. VALUES (274,'2016-12-13 16:47:43',1023,25,'邵佳楠')
  100. 2016-12-13 16:47:43 INSERT INTO base_supplier_link:INSERT INTO base_supplier_link (
  101. create_user_id,
  102. create_time,
  103. supplier_id,
  104. link_name,
  105. contact_name,
  106. contact_mobile,
  107. contact_telphone,
  108. fax,
  109. email,
  110. remark
  111. )
  112. VALUES (274,'2016-12-13 16:47:43',1023,'销售','冯宇轩','','','','','')
  113. 2016-12-13 16:47:45 select base_supplier:SELECT
  114. id,
  115. supplier_name,
  116. area_id,
  117. is_disabled,
  118. supplier_type
  119. FROM
  120. base_supplier a
  121. WHERE
  122. cancel_flag = 0
  123. AND supplier_type = 187
  124. LIMIT 0,10
  125. 2016-12-13 16:47:45 count:SELECT
  126. a.id
  127. FROM
  128. base_supplier AS a,
  129. base_supplier_purchase AS b
  130. WHERE
  131. a.id = b.supplier_id
  132. AND a.cancel_flag = 0
  133. AND b.cancel_flag = 0
  134. GROUP BY
  135. b.supplier_id
  136. 2016-12-13 16:47:45 select base_area:SELECT
  137. id,
  138. area_name
  139. FROM
  140. base_area
  141. WHERE
  142. id in(923,803,792,1200,961)
  143. 2016-12-13 16:55:43 select base_supplier:SELECT
  144. id,
  145. supplier_name,
  146. area_id,
  147. is_disabled,
  148. supplier_type
  149. FROM
  150. base_supplier a
  151. WHERE
  152. cancel_flag = 0
  153. AND supplier_type = 187
  154. LIMIT 0,10
  155. 2016-12-13 16:55:44 count:SELECT
  156. a.id
  157. FROM
  158. base_supplier AS a,
  159. base_supplier_purchase AS b
  160. WHERE
  161. a.id = b.supplier_id
  162. AND a.cancel_flag = 0
  163. AND b.cancel_flag = 0
  164. GROUP BY
  165. b.supplier_id
  166. 2016-12-13 16:55:44 select base_area:SELECT
  167. id,
  168. area_name
  169. FROM
  170. base_area
  171. WHERE
  172. id in(923,803,792,1200,961)
  173. 2016-12-13 16:55:47 select base_supplier:SELECT
  174. id,
  175. supplier_name,
  176. area_id,
  177. is_disabled,
  178. supplier_type
  179. FROM
  180. base_supplier a
  181. WHERE
  182. cancel_flag = 0
  183. AND supplier_type = 187
  184. LIMIT 10,10
  185. 2016-12-13 16:55:47 count:SELECT
  186. a.id
  187. FROM
  188. base_supplier AS a,
  189. base_supplier_purchase AS b
  190. WHERE
  191. a.id = b.supplier_id
  192. AND a.cancel_flag = 0
  193. AND b.cancel_flag = 0
  194. GROUP BY
  195. b.supplier_id
  196. 2016-12-13 16:55:47 select base_area:SELECT
  197. id,
  198. area_name
  199. FROM
  200. base_area
  201. WHERE
  202. id in(792,803,923,799,895)
  203. 2016-12-13 16:55:48 select base_supplier:SELECT
  204. id,
  205. supplier_name,
  206. area_id,
  207. is_disabled,
  208. supplier_type
  209. FROM
  210. base_supplier a
  211. WHERE
  212. cancel_flag = 0
  213. AND supplier_type = 187
  214. LIMIT 20,10
  215. 2016-12-13 16:55:48 count:SELECT
  216. a.id
  217. FROM
  218. base_supplier AS a,
  219. base_supplier_purchase AS b
  220. WHERE
  221. a.id = b.supplier_id
  222. AND a.cancel_flag = 0
  223. AND b.cancel_flag = 0
  224. GROUP BY
  225. b.supplier_id
  226. 2016-12-13 16:55:48 select base_area:SELECT
  227. id,
  228. area_name
  229. FROM
  230. base_area
  231. WHERE
  232. id in(803,850,961,800)
  233. 2016-12-13 16:55:52 select base_area:SELECT
  234. id,
  235. area_name
  236. FROM
  237. base_area
  238. WHERE
  239. parent_id = 0
  240. 2016-12-13 16:55:53 select base_supplier:SELECT
  241. id,
  242. supplier_name,
  243. area_id,
  244. company_name,
  245. sett_type,
  246. sett_frequency,
  247. account_bank,
  248. account_num,
  249. account_name
  250. FROM
  251. base_supplier
  252. WHERE
  253. cancel_flag = 0
  254. AND id = 1023
  255. 2016-12-13 16:55:53 select base_area:SELECT
  256. id,
  257. area_name,
  258. parent_id
  259. FROM
  260. base_area
  261. WHERE
  262. cancel_flag = 0
  263. AND id = 800
  264. 2016-12-13 16:55:53 select base_area:SELECT
  265. id,
  266. area_name
  267. FROM
  268. base_area
  269. WHERE
  270. cancel_flag = 0
  271. AND id = 791
  272. 2016-12-13 16:55:53 select base_supplier_purchase:SELECT
  273. id,
  274. product_type,
  275. purchaser_name
  276. FROM
  277. base_supplier_purchase
  278. WHERE
  279. cancel_flag = 0
  280. AND supplier_id = 1023
  281. 2016-12-13 16:55:53 select base_supplier_link:SELECT
  282. id,
  283. link_name,
  284. contact_name,
  285. contact_mobile,
  286. contact_telphone,
  287. fax,
  288. email,
  289. remark
  290. FROM
  291. base_supplier_link
  292. WHERE
  293. cancel_flag = 0
  294. AND supplier_id = 1023
  295. 2016-12-13 16:55:53 select base_area:SELECT
  296. id,
  297. area_name
  298. FROM
  299. base_area
  300. WHERE
  301. parent_id = 791
  302. 2016-12-13 19:09:37 select base_supplier:SELECT
  303. id,
  304. supplier_name,
  305. area_id,
  306. is_disabled,
  307. supplier_type
  308. FROM
  309. base_supplier a
  310. WHERE
  311. cancel_flag = 0
  312. AND supplier_type = 187
  313. LIMIT 0,10
  314. 2016-12-13 19:09:37 count:SELECT
  315. a.id
  316. FROM
  317. base_supplier AS a,
  318. base_supplier_purchase AS b
  319. WHERE
  320. a.id = b.supplier_id
  321. AND a.cancel_flag = 0
  322. AND b.cancel_flag = 0
  323. GROUP BY
  324. b.supplier_id
  325. 2016-12-13 19:09:37 select base_area:SELECT
  326. id,
  327. area_name
  328. FROM
  329. base_area
  330. WHERE
  331. id in(923,803,792,1200,961)
  332. 2016-12-13 19:32:59 select base_supplier:SELECT
  333. id,
  334. supplier_name,
  335. area_id,
  336. is_disabled,
  337. supplier_type
  338. FROM
  339. base_supplier a
  340. WHERE
  341. cancel_flag = 0
  342. AND supplier_type = 187
  343. LIMIT 0,10
  344. 2016-12-13 19:33:00 count:SELECT
  345. a.id
  346. FROM
  347. base_supplier AS a,
  348. base_supplier_purchase AS b
  349. WHERE
  350. a.id = b.supplier_id
  351. AND a.cancel_flag = 0
  352. AND b.cancel_flag = 0
  353. GROUP BY
  354. b.supplier_id
  355. 2016-12-13 19:33:00 select base_area:SELECT
  356. id,
  357. area_name
  358. FROM
  359. base_area
  360. WHERE
  361. id in(923,803,792,1200,961)
  362. 2016-12-13 21:26:09 select base_supplier:SELECT
  363. id,
  364. supplier_name,
  365. area_id,
  366. is_disabled,
  367. supplier_type
  368. FROM
  369. base_supplier a
  370. WHERE
  371. cancel_flag = 0
  372. AND supplier_type = 187
  373. LIMIT 0,10
  374. 2016-12-13 21:26:09 count:SELECT
  375. a.id
  376. FROM
  377. base_supplier AS a,
  378. base_supplier_purchase AS b
  379. WHERE
  380. a.id = b.supplier_id
  381. AND a.cancel_flag = 0
  382. AND b.cancel_flag = 0
  383. GROUP BY
  384. b.supplier_id
  385. 2016-12-13 21:26:09 select base_area:SELECT
  386. id,
  387. area_name
  388. FROM
  389. base_area
  390. WHERE
  391. id in(923,803,792,1200,961)
  392. 2016-12-13 21:26:15 select base_area:SELECT
  393. id,
  394. area_name
  395. FROM
  396. base_area
  397. WHERE
  398. parent_id = 0
  399. 2016-12-13 21:26:15 select base_area:SELECT
  400. id,
  401. area_name
  402. FROM
  403. base_area
  404. WHERE
  405. parent_id = 1
  406. 2016-12-13 21:26:29 check base_supplier:SELECT
  407. supplier_name
  408. FROM
  409. base_supplier
  410. WHERE
  411. cancel_flag = 0
  412. AND supplier_type = 187
  413. AND supplier_name = ''
  414. 2016-12-13 21:27:02 check base_supplier:SELECT
  415. supplier_name
  416. FROM
  417. base_supplier
  418. WHERE
  419. cancel_flag = 0
  420. AND supplier_type = 187
  421. AND supplier_name = '上海浦东临港开元'
  422. 2016-12-13 21:27:07 select base_area:SELECT
  423. id,
  424. area_name
  425. FROM
  426. base_area
  427. WHERE
  428. parent_id = 791
  429. 2016-12-13 21:27:33 check base_supplier:SELECT
  430. supplier_name
  431. FROM
  432. base_supplier
  433. WHERE
  434. cancel_flag = 0
  435. AND supplier_type = 187
  436. AND supplier_name = '上海浦东临港开元大酒店'
  437. 2016-12-13 21:29:03 check base_supplier:SELECT
  438. supplier_name
  439. FROM
  440. base_supplier
  441. WHERE
  442. cancel_flag = 0
  443. AND supplier_type = 187
  444. AND supplier_name = '上海浦东临港开元大酒店'