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.
 
 
 
 

4144 rivejä
161 KiB

  1. 2016-12-20 10:17:06 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. 2016-12-20 10:17:06 select base_area:SELECT
  15. id,
  16. area_name
  17. FROM
  18. base_area
  19. WHERE
  20. id in(850,961,800,4,797,7,1966,794)
  21. 2016-12-20 10:17:11 select base_area:SELECT
  22. id,
  23. area_name
  24. FROM
  25. base_area
  26. WHERE
  27. parent_id = 0
  28. 2016-12-20 10:17:11 select base_area:SELECT
  29. id,
  30. area_name
  31. FROM
  32. base_area
  33. WHERE
  34. parent_id = 1
  35. 2016-12-20 10:17:18 check base_supplier:SELECT
  36. supplier_name
  37. FROM
  38. base_supplier
  39. WHERE
  40. cancel_flag = 0
  41. AND supplier_type = 301
  42. AND supplier_name = '布拉'
  43. 2016-12-20 13:50:36 select base_supplier:SELECT
  44. id,
  45. supplier_name,
  46. area_id,
  47. is_disabled,
  48. supplier_type
  49. FROM
  50. base_supplier a
  51. WHERE
  52. cancel_flag = 0
  53. AND supplier_type = 187
  54. LIMIT 0,10
  55. 2016-12-20 13:59:29 select base_supplier:SELECT
  56. id,
  57. supplier_name,
  58. area_id,
  59. is_disabled,
  60. supplier_type,
  61. manage_type
  62. FROM
  63. base_supplier
  64. WHERE
  65. cancel_flag = 0
  66. AND supplier_type = 301
  67. LIMIT 0,10
  68. 2016-12-20 13:59:34 select base_supplier:SELECT
  69. id,
  70. supplier_name,
  71. area_id,
  72. is_disabled,
  73. supplier_type
  74. FROM
  75. base_supplier a
  76. WHERE
  77. cancel_flag = 0
  78. AND supplier_type = 187
  79. LIMIT 0,10
  80. 2016-12-20 16:29:10 select base_supplier:SELECT
  81. id,
  82. supplier_name,
  83. area_id,
  84. is_disabled,
  85. supplier_type
  86. FROM
  87. base_supplier a
  88. WHERE
  89. cancel_flag = 0
  90. AND supplier_type = 187
  91. LIMIT 0,10
  92. 2016-12-20 16:29:10 count:SELECT
  93. a.id
  94. FROM
  95. base_supplier AS a,
  96. base_supplier_purchase AS b
  97. WHERE
  98. a.id = b.supplier_id
  99. AND a.cancel_flag = 0
  100. AND b.cancel_flag = 0
  101. GROUP BY
  102. b.supplier_id
  103. 2016-12-20 16:29:10 select base_area:SELECT
  104. id,
  105. area_name
  106. FROM
  107. base_area
  108. WHERE
  109. id in(923,803,792,1200,961)
  110. 2016-12-20 16:29:12 select base_supplier:SELECT
  111. id,
  112. supplier_name,
  113. area_id,
  114. is_disabled,
  115. supplier_type
  116. FROM
  117. base_supplier a
  118. WHERE
  119. cancel_flag = 0
  120. AND supplier_type = 187
  121. LIMIT 70,10
  122. 2016-12-20 16:29:12 count:SELECT
  123. a.id
  124. FROM
  125. base_supplier AS a,
  126. base_supplier_purchase AS b
  127. WHERE
  128. a.id = b.supplier_id
  129. AND a.cancel_flag = 0
  130. AND b.cancel_flag = 0
  131. GROUP BY
  132. b.supplier_id
  133. 2016-12-20 16:29:12 select base_area:SELECT
  134. id,
  135. area_name
  136. FROM
  137. base_area
  138. WHERE
  139. id in(803,798,810,800,850,799,796,793)
  140. 2016-12-20 16:29:17 select base_supplier:SELECT
  141. id,
  142. supplier_name,
  143. area_id,
  144. is_disabled,
  145. supplier_type,
  146. manage_type
  147. FROM
  148. base_supplier
  149. WHERE
  150. cancel_flag = 0
  151. AND supplier_type = 301
  152. LIMIT 0,10
  153. 2016-12-20 16:29:17 select base_area:SELECT
  154. id,
  155. area_name
  156. FROM
  157. base_area
  158. WHERE
  159. id in(850,961,800,4,797,7,1966,794)
  160. 2016-12-20 16:29:42 select base_supplier:SELECT
  161. id,
  162. supplier_name,
  163. area_id,
  164. is_disabled,
  165. supplier_type
  166. FROM
  167. base_supplier a
  168. WHERE
  169. cancel_flag = 0
  170. AND supplier_type = 187
  171. LIMIT 0,10
  172. 2016-12-20 16:29:42 count:SELECT
  173. a.id
  174. FROM
  175. base_supplier AS a,
  176. base_supplier_purchase AS b
  177. WHERE
  178. a.id = b.supplier_id
  179. AND a.cancel_flag = 0
  180. AND b.cancel_flag = 0
  181. GROUP BY
  182. b.supplier_id
  183. 2016-12-20 16:29:42 select base_area:SELECT
  184. id,
  185. area_name
  186. FROM
  187. base_area
  188. WHERE
  189. id in(923,803,792,1200,961)
  190. 2016-12-20 16:29:44 select base_area:SELECT
  191. id,
  192. area_name
  193. FROM
  194. base_area
  195. WHERE
  196. parent_id = 0
  197. 2016-12-20 16:29:44 select base_area:SELECT
  198. id,
  199. area_name
  200. FROM
  201. base_area
  202. WHERE
  203. parent_id = 1
  204. 2016-12-20 17:14:11 select base_supplier:SELECT
  205. id,
  206. supplier_name,
  207. area_id,
  208. is_disabled,
  209. supplier_type
  210. FROM
  211. base_supplier a
  212. WHERE
  213. cancel_flag = 0
  214. AND supplier_type = 187
  215. LIMIT 0,10
  216. 2016-12-20 17:14:11 count:SELECT
  217. a.id
  218. FROM
  219. base_supplier AS a,
  220. base_supplier_purchase AS b
  221. WHERE
  222. a.id = b.supplier_id
  223. AND a.cancel_flag = 0
  224. AND b.cancel_flag = 0
  225. GROUP BY
  226. b.supplier_id
  227. 2016-12-20 17:14:11 select base_area:SELECT
  228. id,
  229. area_name
  230. FROM
  231. base_area
  232. WHERE
  233. id in(923,803,792,1200,961)
  234. 2016-12-20 17:14:22 select base_supplier:SELECT
  235. id,
  236. supplier_name,
  237. area_id,
  238. is_disabled,
  239. supplier_type
  240. FROM
  241. base_supplier a
  242. WHERE
  243. cancel_flag = 0
  244. and a.supplier_name like '%%恒栋%%'
  245. AND supplier_type = 187
  246. LIMIT 0,10
  247. 2016-12-20 17:14:22 count:SELECT
  248. a.id
  249. FROM
  250. base_supplier AS a,
  251. base_supplier_purchase AS b
  252. WHERE
  253. a.id = b.supplier_id
  254. and a.supplier_name like '%%恒栋%%'
  255. AND a.cancel_flag = 0
  256. AND b.cancel_flag = 0
  257. GROUP BY
  258. b.supplier_id
  259. 2016-12-20 17:14:22 select base_area:SELECT
  260. id,
  261. area_name
  262. FROM
  263. base_area
  264. WHERE
  265. id in(792)
  266. 2016-12-20 17:14:24 select base_area:SELECT
  267. id,
  268. area_name
  269. FROM
  270. base_area
  271. WHERE
  272. parent_id = 0
  273. 2016-12-20 17:14:25 select base_supplier:SELECT
  274. id,
  275. supplier_name,
  276. area_id,
  277. company_name,
  278. sett_type,
  279. sett_frequency,
  280. account_bank,
  281. account_num,
  282. account_name
  283. FROM
  284. base_supplier
  285. WHERE
  286. cancel_flag = 0
  287. AND id = 628
  288. 2016-12-20 17:14:25 select base_area:SELECT
  289. id,
  290. area_name,
  291. parent_id
  292. FROM
  293. base_area
  294. WHERE
  295. cancel_flag = 0
  296. AND id = 792
  297. 2016-12-20 17:14:25 select base_area:SELECT
  298. id,
  299. area_name
  300. FROM
  301. base_area
  302. WHERE
  303. cancel_flag = 0
  304. AND id = 791
  305. 2016-12-20 17:14:25 select base_supplier_purchase:SELECT
  306. id,
  307. product_type,
  308. purchaser_name
  309. FROM
  310. base_supplier_purchase
  311. WHERE
  312. cancel_flag = 0
  313. AND supplier_id = 628
  314. 2016-12-20 17:14:25 select base_supplier_link:SELECT
  315. id,
  316. link_name,
  317. contact_name,
  318. contact_mobile,
  319. contact_telphone,
  320. fax,
  321. email,
  322. remark
  323. FROM
  324. base_supplier_link
  325. WHERE
  326. cancel_flag = 0
  327. AND supplier_id = 628
  328. 2016-12-20 17:14:25 select base_area:SELECT
  329. id,
  330. area_name
  331. FROM
  332. base_area
  333. WHERE
  334. parent_id = 791
  335. 2016-12-20 17:14:29 check base_supplier:SELECT
  336. supplier_name
  337. FROM
  338. base_supplier
  339. WHERE
  340. cancel_flag = 0
  341. AND supplier_type = 187
  342. AND supplier_name = '恒栋车队' and id != 628
  343. 2016-12-20 17:15:44 check base_supplier:SELECT
  344. supplier_name
  345. FROM
  346. base_supplier
  347. WHERE
  348. cancel_flag = 0
  349. AND supplier_type = 187
  350. AND supplier_name = '恒栋车队' and id != 628
  351. 2016-12-20 17:34:05 select base_supplier:SELECT
  352. id,
  353. supplier_name,
  354. area_id,
  355. is_disabled,
  356. supplier_type
  357. FROM
  358. base_supplier a
  359. WHERE
  360. cancel_flag = 0
  361. AND supplier_type = 187
  362. LIMIT 0,10
  363. 2016-12-20 17:34:05 count:SELECT
  364. a.id
  365. FROM
  366. base_supplier AS a,
  367. base_supplier_purchase AS b
  368. WHERE
  369. a.id = b.supplier_id
  370. AND a.cancel_flag = 0
  371. AND b.cancel_flag = 0
  372. GROUP BY
  373. b.supplier_id
  374. 2016-12-20 17:34:05 select base_area:SELECT
  375. id,
  376. area_name
  377. FROM
  378. base_area
  379. WHERE
  380. id in(923,803,792,1200,961)
  381. 2016-12-20 17:34:12 select base_area:SELECT
  382. id,
  383. area_name
  384. FROM
  385. base_area
  386. WHERE
  387. parent_id = 0
  388. 2016-12-20 17:34:12 select base_area:SELECT
  389. id,
  390. area_name
  391. FROM
  392. base_area
  393. WHERE
  394. parent_id = 1
  395. 2016-12-20 17:34:24 check base_supplier:SELECT
  396. supplier_name
  397. FROM
  398. base_supplier
  399. WHERE
  400. cancel_flag = 0
  401. AND supplier_type = 187
  402. AND supplier_name = '上海和平豪生酒店'
  403. 2016-12-20 17:35:06 check base_supplier:SELECT
  404. supplier_name
  405. FROM
  406. base_supplier
  407. WHERE
  408. cancel_flag = 0
  409. AND supplier_type = 187
  410. AND supplier_name = '上海和平豪生酒店'
  411. 2016-12-20 17:35:08 select base_area:SELECT
  412. id,
  413. area_name
  414. FROM
  415. base_area
  416. WHERE
  417. parent_id = 791
  418. 2016-12-20 17:35:14 check base_supplier:SELECT
  419. supplier_name
  420. FROM
  421. base_supplier
  422. WHERE
  423. cancel_flag = 0
  424. AND supplier_type = 187
  425. AND supplier_name = '上海和平豪生酒店'
  426. 2016-12-20 17:38:12 INSERT INTO base_supplier:INSERT INTO base_supplier (
  427. create_user_id,
  428. create_time,
  429. supplier_type,
  430. supplier_name,
  431. area_id,
  432. company_name,
  433. is_disabled,
  434. sett_type,
  435. sett_frequency,
  436. account_bank,
  437. account_num,
  438. account_name
  439. )
  440. VALUES
  441. (283,'2016-12-20 17:38:12',187,'上海和平豪生酒店',803,'上海和平豪生酒店',0,275,295,'交通银行上海康桥支行','上海御乔实业发展有限公司','310065044018800002994')
  442. 2016-12-20 17:38:12 INSERT INTO base_supplier_purchase:INSERT INTO base_supplier_purchase (
  443. create_user_id,
  444. create_time,
  445. supplier_id,
  446. product_type,
  447. purchaser_name
  448. )
  449. VALUES (283,'2016-12-20 17:38:12',1078,25,'丁鹏')
  450. 2016-12-20 17:38:12 INSERT INTO base_supplier_link:INSERT INTO base_supplier_link (
  451. create_user_id,
  452. create_time,
  453. supplier_id,
  454. link_name,
  455. contact_name,
  456. contact_mobile,
  457. contact_telphone,
  458. fax,
  459. email,
  460. remark
  461. )
  462. VALUES (283,'2016-12-20 17:38:12',1078,'销售','宋楠','','+86(21)2058 9999—2802','+86(21) 2058 9888','songnan6425@hotmail.com','')
  463. 2016-12-20 17:38:13 select base_supplier:SELECT
  464. id,
  465. supplier_name,
  466. area_id,
  467. is_disabled,
  468. supplier_type
  469. FROM
  470. base_supplier a
  471. WHERE
  472. cancel_flag = 0
  473. AND supplier_type = 187
  474. LIMIT 0,10
  475. 2016-12-20 17:38:13 count:SELECT
  476. a.id
  477. FROM
  478. base_supplier AS a,
  479. base_supplier_purchase AS b
  480. WHERE
  481. a.id = b.supplier_id
  482. AND a.cancel_flag = 0
  483. AND b.cancel_flag = 0
  484. GROUP BY
  485. b.supplier_id
  486. 2016-12-20 17:38:13 select base_area:SELECT
  487. id,
  488. area_name
  489. FROM
  490. base_area
  491. WHERE
  492. id in(923,803,792,1200,961)
  493. 2016-12-20 17:40:28 select base_supplier:SELECT
  494. id,
  495. supplier_name,
  496. area_id,
  497. is_disabled,
  498. supplier_type
  499. FROM
  500. base_supplier a
  501. WHERE
  502. cancel_flag = 0
  503. AND supplier_type = 187
  504. LIMIT 0,10
  505. 2016-12-20 17:40:28 count:SELECT
  506. a.id
  507. FROM
  508. base_supplier AS a,
  509. base_supplier_purchase AS b
  510. WHERE
  511. a.id = b.supplier_id
  512. AND a.cancel_flag = 0
  513. AND b.cancel_flag = 0
  514. GROUP BY
  515. b.supplier_id
  516. 2016-12-20 17:40:28 select base_area:SELECT
  517. id,
  518. area_name
  519. FROM
  520. base_area
  521. WHERE
  522. id in(923,803,792,1200,961)
  523. 2016-12-20 17:40:33 select base_supplier:SELECT
  524. id,
  525. supplier_name,
  526. area_id,
  527. is_disabled,
  528. supplier_type
  529. FROM
  530. base_supplier a
  531. WHERE
  532. cancel_flag = 0
  533. and a.supplier_name like '%%豪生%%'
  534. AND supplier_type = 187
  535. LIMIT 0,10
  536. 2016-12-20 17:40:33 count:SELECT
  537. a.id
  538. FROM
  539. base_supplier AS a,
  540. base_supplier_purchase AS b
  541. WHERE
  542. a.id = b.supplier_id
  543. and a.supplier_name like '%%豪生%%'
  544. AND a.cancel_flag = 0
  545. AND b.cancel_flag = 0
  546. GROUP BY
  547. b.supplier_id
  548. 2016-12-20 17:40:33 select base_area:SELECT
  549. id,
  550. area_name
  551. FROM
  552. base_area
  553. WHERE
  554. id in(803)
  555. 2016-12-20 17:41:18 select base_supplier:SELECT
  556. id,
  557. supplier_name,
  558. area_id,
  559. is_disabled,
  560. supplier_type
  561. FROM
  562. base_supplier a
  563. WHERE
  564. cancel_flag = 0
  565. AND supplier_type = 187
  566. LIMIT 0,10
  567. 2016-12-20 17:41:18 count:SELECT
  568. a.id
  569. FROM
  570. base_supplier AS a,
  571. base_supplier_purchase AS b
  572. WHERE
  573. a.id = b.supplier_id
  574. AND a.cancel_flag = 0
  575. AND b.cancel_flag = 0
  576. GROUP BY
  577. b.supplier_id
  578. 2016-12-20 17:41:18 select base_area:SELECT
  579. id,
  580. area_name
  581. FROM
  582. base_area
  583. WHERE
  584. id in(923,803,792,1200,961)
  585. 2016-12-20 17:41:56 select base_supplier:SELECT
  586. id,
  587. supplier_name,
  588. area_id,
  589. is_disabled,
  590. supplier_type
  591. FROM
  592. base_supplier a
  593. WHERE
  594. cancel_flag = 0
  595. AND supplier_type = 187
  596. LIMIT 0,10
  597. 2016-12-20 17:41:56 count:SELECT
  598. a.id
  599. FROM
  600. base_supplier AS a,
  601. base_supplier_purchase AS b
  602. WHERE
  603. a.id = b.supplier_id
  604. AND a.cancel_flag = 0
  605. AND b.cancel_flag = 0
  606. GROUP BY
  607. b.supplier_id
  608. 2016-12-20 17:41:56 select base_area:SELECT
  609. id,
  610. area_name
  611. FROM
  612. base_area
  613. WHERE
  614. id in(923,803,792,1200,961)
  615. 2016-12-20 17:42:02 select base_supplier:SELECT
  616. id,
  617. supplier_name,
  618. area_id,
  619. is_disabled,
  620. supplier_type
  621. FROM
  622. base_supplier a
  623. WHERE
  624. cancel_flag = 0
  625. AND supplier_type = 187
  626. LIMIT 0,10
  627. 2016-12-20 17:42:02 count:SELECT
  628. a.id
  629. FROM
  630. base_supplier AS a,
  631. base_supplier_purchase AS b
  632. WHERE
  633. a.id = b.supplier_id
  634. AND a.cancel_flag = 0
  635. AND b.cancel_flag = 0
  636. GROUP BY
  637. b.supplier_id
  638. 2016-12-20 17:42:02 select base_area:SELECT
  639. id,
  640. area_name
  641. FROM
  642. base_area
  643. WHERE
  644. id in(923,803,792,1200,961)
  645. 2016-12-20 17:42:05 select base_supplier:SELECT
  646. id,
  647. supplier_name,
  648. area_id,
  649. is_disabled,
  650. supplier_type
  651. FROM
  652. base_supplier a
  653. WHERE
  654. cancel_flag = 0
  655. and a.supplier_name like '%%万豪%%'
  656. AND supplier_type = 187
  657. LIMIT 0,10
  658. 2016-12-20 17:42:05 count:SELECT
  659. a.id
  660. FROM
  661. base_supplier AS a,
  662. base_supplier_purchase AS b
  663. WHERE
  664. a.id = b.supplier_id
  665. and a.supplier_name like '%%万豪%%'
  666. AND a.cancel_flag = 0
  667. AND b.cancel_flag = 0
  668. GROUP BY
  669. b.supplier_id
  670. 2016-12-20 17:42:05 select base_area:SELECT
  671. id,
  672. area_name
  673. FROM
  674. base_area
  675. WHERE
  676. id in(850)
  677. 2016-12-20 17:42:09 select base_supplier:SELECT
  678. id,
  679. supplier_name,
  680. area_id,
  681. is_disabled,
  682. supplier_type
  683. FROM
  684. base_supplier a
  685. WHERE
  686. cancel_flag = 0
  687. AND supplier_type = 187
  688. LIMIT 0,10
  689. 2016-12-20 17:42:09 count:SELECT
  690. a.id
  691. FROM
  692. base_supplier AS a,
  693. base_supplier_purchase AS b
  694. WHERE
  695. a.id = b.supplier_id
  696. AND a.cancel_flag = 0
  697. AND b.cancel_flag = 0
  698. GROUP BY
  699. b.supplier_id
  700. 2016-12-20 17:42:09 select base_area:SELECT
  701. id,
  702. area_name
  703. FROM
  704. base_area
  705. WHERE
  706. id in(923,803,792,1200,961)
  707. 2016-12-20 17:42:16 select base_supplier:SELECT
  708. id,
  709. supplier_name,
  710. area_id,
  711. is_disabled,
  712. supplier_type
  713. FROM
  714. base_supplier a
  715. WHERE
  716. cancel_flag = 0
  717. and a.supplier_name like '%%豪生%%'
  718. AND supplier_type = 187
  719. LIMIT 0,10
  720. 2016-12-20 17:42:16 count:SELECT
  721. a.id
  722. FROM
  723. base_supplier AS a,
  724. base_supplier_purchase AS b
  725. WHERE
  726. a.id = b.supplier_id
  727. and a.supplier_name like '%%豪生%%'
  728. AND a.cancel_flag = 0
  729. AND b.cancel_flag = 0
  730. GROUP BY
  731. b.supplier_id
  732. 2016-12-20 17:42:16 select base_area:SELECT
  733. id,
  734. area_name
  735. FROM
  736. base_area
  737. WHERE
  738. id in(803)
  739. 2016-12-20 17:44:18 select base_supplier:SELECT
  740. id,
  741. supplier_name,
  742. area_id,
  743. is_disabled,
  744. supplier_type
  745. FROM
  746. base_supplier a
  747. WHERE
  748. cancel_flag = 0
  749. AND supplier_type = 187
  750. LIMIT 0,10
  751. 2016-12-20 17:44:18 count:SELECT
  752. a.id
  753. FROM
  754. base_supplier AS a,
  755. base_supplier_purchase AS b
  756. WHERE
  757. a.id = b.supplier_id
  758. AND a.cancel_flag = 0
  759. AND b.cancel_flag = 0
  760. GROUP BY
  761. b.supplier_id
  762. 2016-12-20 17:44:18 select base_area:SELECT
  763. id,
  764. area_name
  765. FROM
  766. base_area
  767. WHERE
  768. id in(923,803,792,1200,961)
  769. 2016-12-20 17:44:19 select base_supplier:SELECT
  770. id,
  771. supplier_name,
  772. area_id,
  773. is_disabled,
  774. supplier_type,
  775. manage_type
  776. FROM
  777. base_supplier
  778. WHERE
  779. cancel_flag = 0
  780. AND supplier_type = 301
  781. LIMIT 0,10
  782. 2016-12-20 17:44:19 select base_area:SELECT
  783. id,
  784. area_name
  785. FROM
  786. base_area
  787. WHERE
  788. id in(850,961,800,4,797,7,1966,794)
  789. 2016-12-20 17:44:22 select base_supplier:SELECT
  790. id,
  791. supplier_name,
  792. area_id,
  793. is_disabled,
  794. supplier_type
  795. FROM
  796. base_supplier a
  797. WHERE
  798. cancel_flag = 0
  799. AND supplier_type = 187
  800. LIMIT 0,10
  801. 2016-12-20 17:44:22 count:SELECT
  802. a.id
  803. FROM
  804. base_supplier AS a,
  805. base_supplier_purchase AS b
  806. WHERE
  807. a.id = b.supplier_id
  808. AND a.cancel_flag = 0
  809. AND b.cancel_flag = 0
  810. GROUP BY
  811. b.supplier_id
  812. 2016-12-20 17:44:22 select base_area:SELECT
  813. id,
  814. area_name
  815. FROM
  816. base_area
  817. WHERE
  818. id in(923,803,792,1200,961)
  819. 2016-12-20 17:44:30 select base_supplier:SELECT
  820. id,
  821. supplier_name,
  822. area_id,
  823. is_disabled,
  824. supplier_type
  825. FROM
  826. base_supplier a
  827. WHERE
  828. cancel_flag = 0
  829. and a.supplier_name like '%%万豪%%'
  830. AND supplier_type = 187
  831. LIMIT 0,10
  832. 2016-12-20 17:44:30 count:SELECT
  833. a.id
  834. FROM
  835. base_supplier AS a,
  836. base_supplier_purchase AS b
  837. WHERE
  838. a.id = b.supplier_id
  839. and a.supplier_name like '%%万豪%%'
  840. AND a.cancel_flag = 0
  841. AND b.cancel_flag = 0
  842. GROUP BY
  843. b.supplier_id
  844. 2016-12-20 17:44:30 select base_area:SELECT
  845. id,
  846. area_name
  847. FROM
  848. base_area
  849. WHERE
  850. id in(850)
  851. 2016-12-20 17:44:33 getListUser base_user:SELECT
  852. id,
  853. true_name,
  854. `status`
  855. FROM
  856. base_user
  857. WHERE
  858. cancel_flag = 0
  859. AND org_id = 1056
  860. 2016-12-20 17:44:40 select base_supplier:SELECT
  861. id,
  862. supplier_name,
  863. area_id,
  864. is_disabled,
  865. supplier_type
  866. FROM
  867. base_supplier a
  868. WHERE
  869. cancel_flag = 0
  870. and a.supplier_name like '%%豪生%%'
  871. AND supplier_type = 187
  872. LIMIT 0,10
  873. 2016-12-20 17:44:40 count:SELECT
  874. a.id
  875. FROM
  876. base_supplier AS a,
  877. base_supplier_purchase AS b
  878. WHERE
  879. a.id = b.supplier_id
  880. and a.supplier_name like '%%豪生%%'
  881. AND a.cancel_flag = 0
  882. AND b.cancel_flag = 0
  883. GROUP BY
  884. b.supplier_id
  885. 2016-12-20 17:44:40 select base_area:SELECT
  886. id,
  887. area_name
  888. FROM
  889. base_area
  890. WHERE
  891. id in(803)
  892. 2016-12-20 17:44:41 select base_supplier:SELECT
  893. id,
  894. supplier_name,
  895. area_id,
  896. is_disabled,
  897. supplier_type
  898. FROM
  899. base_supplier a
  900. WHERE
  901. cancel_flag = 0
  902. and a.supplier_name like '%%豪生%%'
  903. AND supplier_type = 187
  904. LIMIT 0,10
  905. 2016-12-20 17:44:41 count:SELECT
  906. a.id
  907. FROM
  908. base_supplier AS a,
  909. base_supplier_purchase AS b
  910. WHERE
  911. a.id = b.supplier_id
  912. and a.supplier_name like '%%豪生%%'
  913. AND a.cancel_flag = 0
  914. AND b.cancel_flag = 0
  915. GROUP BY
  916. b.supplier_id
  917. 2016-12-20 17:44:41 select base_area:SELECT
  918. id,
  919. area_name
  920. FROM
  921. base_area
  922. WHERE
  923. id in(803)
  924. 2016-12-20 17:44:42 getListUser base_user:SELECT
  925. id,
  926. true_name,
  927. `status`
  928. FROM
  929. base_user
  930. WHERE
  931. cancel_flag = 0
  932. AND org_id = 1078
  933. 2016-12-20 17:44:46 select base_area:SELECT
  934. id,
  935. area_name
  936. FROM
  937. base_area
  938. WHERE
  939. parent_id = 0
  940. 2016-12-20 17:44:46 select base_supplier:SELECT
  941. id,
  942. supplier_name,
  943. area_id,
  944. company_name,
  945. sett_type,
  946. sett_frequency,
  947. account_bank,
  948. account_num,
  949. account_name
  950. FROM
  951. base_supplier
  952. WHERE
  953. cancel_flag = 0
  954. AND id = 1078
  955. 2016-12-20 17:44:46 select base_area:SELECT
  956. id,
  957. area_name,
  958. parent_id
  959. FROM
  960. base_area
  961. WHERE
  962. cancel_flag = 0
  963. AND id = 803
  964. 2016-12-20 17:44:46 select base_area:SELECT
  965. id,
  966. area_name
  967. FROM
  968. base_area
  969. WHERE
  970. cancel_flag = 0
  971. AND id = 791
  972. 2016-12-20 17:44:46 select base_supplier_purchase:SELECT
  973. id,
  974. product_type,
  975. purchaser_name
  976. FROM
  977. base_supplier_purchase
  978. WHERE
  979. cancel_flag = 0
  980. AND supplier_id = 1078
  981. 2016-12-20 17:44:46 select base_supplier_link:SELECT
  982. id,
  983. link_name,
  984. contact_name,
  985. contact_mobile,
  986. contact_telphone,
  987. fax,
  988. email,
  989. remark
  990. FROM
  991. base_supplier_link
  992. WHERE
  993. cancel_flag = 0
  994. AND supplier_id = 1078
  995. 2016-12-20 17:44:46 select base_area:SELECT
  996. id,
  997. area_name
  998. FROM
  999. base_area
  1000. WHERE
  1001. parent_id = 791
  1002. 2016-12-20 17:44:49 select base_area:SELECT
  1003. id,
  1004. area_name
  1005. FROM
  1006. base_area
  1007. WHERE
  1008. parent_id = 0
  1009. 2016-12-20 17:44:49 select base_supplier:SELECT
  1010. id,
  1011. supplier_name,
  1012. area_id,
  1013. company_name,
  1014. sett_type,
  1015. sett_frequency,
  1016. account_bank,
  1017. account_num,
  1018. account_name
  1019. FROM
  1020. base_supplier
  1021. WHERE
  1022. cancel_flag = 0
  1023. AND id = 1078
  1024. 2016-12-20 17:44:49 select base_area:SELECT
  1025. id,
  1026. area_name,
  1027. parent_id
  1028. FROM
  1029. base_area
  1030. WHERE
  1031. cancel_flag = 0
  1032. AND id = 803
  1033. 2016-12-20 17:44:49 select base_area:SELECT
  1034. id,
  1035. area_name
  1036. FROM
  1037. base_area
  1038. WHERE
  1039. cancel_flag = 0
  1040. AND id = 791
  1041. 2016-12-20 17:44:49 select base_supplier_purchase:SELECT
  1042. id,
  1043. product_type,
  1044. purchaser_name
  1045. FROM
  1046. base_supplier_purchase
  1047. WHERE
  1048. cancel_flag = 0
  1049. AND supplier_id = 1078
  1050. 2016-12-20 17:44:49 select base_supplier_link:SELECT
  1051. id,
  1052. link_name,
  1053. contact_name,
  1054. contact_mobile,
  1055. contact_telphone,
  1056. fax,
  1057. email,
  1058. remark
  1059. FROM
  1060. base_supplier_link
  1061. WHERE
  1062. cancel_flag = 0
  1063. AND supplier_id = 1078
  1064. 2016-12-20 17:44:49 select base_area:SELECT
  1065. id,
  1066. area_name
  1067. FROM
  1068. base_area
  1069. WHERE
  1070. parent_id = 791
  1071. 2016-12-20 17:44:52 getDbPurchase base_supplier_purchase:SELECT
  1072. id AS purchase_id,
  1073. product_type,
  1074. purchaser_name
  1075. FROM
  1076. base_supplier_purchase
  1077. WHERE
  1078. cancel_flag = 0
  1079. AND supplier_id = 1078
  1080. 2016-12-20 17:44:52 getDbLink base_supplier_link:SELECT
  1081. id as link_id,
  1082. link_name,
  1083. contact_name,
  1084. contact_mobile,
  1085. contact_telphone,
  1086. fax,
  1087. email,
  1088. remark
  1089. FROM
  1090. base_supplier_link
  1091. WHERE
  1092. cancel_flag = 0
  1093. AND supplier_id = 1078
  1094. 2016-12-20 17:44:52 getDbChannel base_supplier:SELECT
  1095. supplier_name,
  1096. area_id,
  1097. company_name,
  1098. sett_type,
  1099. sett_frequency,
  1100. account_bank,
  1101. account_num,
  1102. account_name
  1103. FROM
  1104. base_supplier
  1105. WHERE
  1106. cancel_flag = 0
  1107. AND id = 1078
  1108. 2016-12-20 17:44:52 INSERT base_supplier_purchase:INSERT INTO base_supplier_purchase (
  1109. create_user_id,
  1110. create_time,
  1111. supplier_id,
  1112. product_type,
  1113. purchaser_name
  1114. )
  1115. VALUES (283,'2016-12-20 17:44:52',1078,25,'丁鹏')
  1116. 2016-12-20 17:44:52 delete base_supplier_sale:UPDATE base_supplier_purchase
  1117. SET update_user_id = 283,update_time = '2016-12-20 17:44:52',cancel_flag = 1
  1118. WHERE
  1119. id = 104
  1120. 2016-12-20 17:44:54 select base_supplier:SELECT
  1121. id,
  1122. supplier_name,
  1123. area_id,
  1124. is_disabled,
  1125. supplier_type
  1126. FROM
  1127. base_supplier a
  1128. WHERE
  1129. cancel_flag = 0
  1130. AND supplier_type = 187
  1131. LIMIT 0,10
  1132. 2016-12-20 17:44:54 count:SELECT
  1133. a.id
  1134. FROM
  1135. base_supplier AS a,
  1136. base_supplier_purchase AS b
  1137. WHERE
  1138. a.id = b.supplier_id
  1139. AND a.cancel_flag = 0
  1140. AND b.cancel_flag = 0
  1141. GROUP BY
  1142. b.supplier_id
  1143. 2016-12-20 17:44:54 select base_area:SELECT
  1144. id,
  1145. area_name
  1146. FROM
  1147. base_area
  1148. WHERE
  1149. id in(923,803,792,1200,961)
  1150. 2016-12-20 17:48:17 select base_supplier:SELECT
  1151. id,
  1152. supplier_name,
  1153. area_id,
  1154. is_disabled,
  1155. supplier_type
  1156. FROM
  1157. base_supplier a
  1158. WHERE
  1159. cancel_flag = 0
  1160. AND supplier_type = 187
  1161. LIMIT 0,10
  1162. 2016-12-20 17:48:17 count:SELECT
  1163. a.id
  1164. FROM
  1165. base_supplier AS a,
  1166. base_supplier_purchase AS b
  1167. WHERE
  1168. a.id = b.supplier_id
  1169. AND a.cancel_flag = 0
  1170. AND b.cancel_flag = 0
  1171. GROUP BY
  1172. b.supplier_id
  1173. 2016-12-20 17:48:17 select base_area:SELECT
  1174. id,
  1175. area_name
  1176. FROM
  1177. base_area
  1178. WHERE
  1179. id in(923,803,792,1200,961)
  1180. 2016-12-20 17:48:40 select base_supplier_purchase:SELECT
  1181. supplier_id
  1182. FROM
  1183. base_supplier_purchase
  1184. WHERE
  1185. product_type = 25 and cancel_flag = 0
  1186. GROUP BY
  1187. supplier_id
  1188. 2016-12-20 17:48:40 select base_supplier:SELECT
  1189. id,
  1190. supplier_name,
  1191. area_id,
  1192. is_disabled,
  1193. supplier_type
  1194. FROM
  1195. base_supplier a
  1196. WHERE
  1197. cancel_flag = 0
  1198. and a.id in(662,665,666,667,668,672,676,677,678,1001,1002,1003,1011,1012,1013,1014,1015,1016,1017,1018,1023,1024,1025,1026,1027,1028,1029,1030,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078)
  1199. AND supplier_type = 187
  1200. LIMIT 0,10
  1201. 2016-12-20 17:48:40 count:SELECT
  1202. a.id
  1203. FROM
  1204. base_supplier AS a,
  1205. base_supplier_purchase AS b
  1206. WHERE
  1207. a.id = b.supplier_id
  1208. and a.id in(662,665,666,667,668,672,676,677,678,1001,1002,1003,1011,1012,1013,1014,1015,1016,1017,1018,1023,1024,1025,1026,1027,1028,1029,1030,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078)
  1209. AND a.cancel_flag = 0
  1210. AND b.cancel_flag = 0
  1211. GROUP BY
  1212. b.supplier_id
  1213. 2016-12-20 17:48:40 select base_area:SELECT
  1214. id,
  1215. area_name
  1216. FROM
  1217. base_area
  1218. WHERE
  1219. id in(803,792,923,799)
  1220. 2016-12-20 17:48:53 select base_supplier_purchase:SELECT
  1221. supplier_id
  1222. FROM
  1223. base_supplier_purchase
  1224. WHERE
  1225. product_type = 25 and cancel_flag = 0
  1226. GROUP BY
  1227. supplier_id
  1228. 2016-12-20 17:48:53 select base_supplier:SELECT
  1229. id,
  1230. supplier_name,
  1231. area_id,
  1232. is_disabled,
  1233. supplier_type
  1234. FROM
  1235. base_supplier a
  1236. WHERE
  1237. cancel_flag = 0
  1238. and a.supplier_name like '%%平豪生酒店%%' and a.id in(662,665,666,667,668,672,676,677,678,1001,1002,1003,1011,1012,1013,1014,1015,1016,1017,1018,1023,1024,1025,1026,1027,1028,1029,1030,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078) and a.supplier_name like '%%平豪生酒店%%'
  1239. AND supplier_type = 187
  1240. LIMIT 0,10
  1241. 2016-12-20 17:48:53 count:SELECT
  1242. a.id
  1243. FROM
  1244. base_supplier AS a,
  1245. base_supplier_purchase AS b
  1246. WHERE
  1247. a.id = b.supplier_id
  1248. and a.supplier_name like '%%平豪生酒店%%' and a.id in(662,665,666,667,668,672,676,677,678,1001,1002,1003,1011,1012,1013,1014,1015,1016,1017,1018,1023,1024,1025,1026,1027,1028,1029,1030,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078) and a.supplier_name like '%%平豪生酒店%%'
  1249. AND a.cancel_flag = 0
  1250. AND b.cancel_flag = 0
  1251. GROUP BY
  1252. b.supplier_id
  1253. 2016-12-20 17:48:53 select base_area:SELECT
  1254. id,
  1255. area_name
  1256. FROM
  1257. base_area
  1258. WHERE
  1259. id in(803)
  1260. 2016-12-20 17:49:03 select base_area:SELECT
  1261. id,
  1262. area_name
  1263. FROM
  1264. base_area
  1265. WHERE
  1266. parent_id = 0
  1267. 2016-12-20 17:49:03 select base_supplier:SELECT
  1268. id,
  1269. supplier_name,
  1270. area_id,
  1271. company_name,
  1272. sett_type,
  1273. sett_frequency,
  1274. account_bank,
  1275. account_num,
  1276. account_name
  1277. FROM
  1278. base_supplier
  1279. WHERE
  1280. cancel_flag = 0
  1281. AND id = 1078
  1282. 2016-12-20 17:49:03 select base_area:SELECT
  1283. id,
  1284. area_name,
  1285. parent_id
  1286. FROM
  1287. base_area
  1288. WHERE
  1289. cancel_flag = 0
  1290. AND id = 803
  1291. 2016-12-20 17:49:03 select base_area:SELECT
  1292. id,
  1293. area_name
  1294. FROM
  1295. base_area
  1296. WHERE
  1297. cancel_flag = 0
  1298. AND id = 791
  1299. 2016-12-20 17:49:03 select base_supplier_purchase:SELECT
  1300. id,
  1301. product_type,
  1302. purchaser_name
  1303. FROM
  1304. base_supplier_purchase
  1305. WHERE
  1306. cancel_flag = 0
  1307. AND supplier_id = 1078
  1308. 2016-12-20 17:49:03 select base_supplier_link:SELECT
  1309. id,
  1310. link_name,
  1311. contact_name,
  1312. contact_mobile,
  1313. contact_telphone,
  1314. fax,
  1315. email,
  1316. remark
  1317. FROM
  1318. base_supplier_link
  1319. WHERE
  1320. cancel_flag = 0
  1321. AND supplier_id = 1078
  1322. 2016-12-20 17:49:03 select base_area:SELECT
  1323. id,
  1324. area_name
  1325. FROM
  1326. base_area
  1327. WHERE
  1328. parent_id = 791
  1329. 2016-12-20 17:50:49 select base_supplier:SELECT
  1330. id,
  1331. supplier_name,
  1332. area_id,
  1333. is_disabled,
  1334. supplier_type
  1335. FROM
  1336. base_supplier a
  1337. WHERE
  1338. cancel_flag = 0
  1339. AND supplier_type = 187
  1340. LIMIT 0,10
  1341. 2016-12-20 17:50:49 count:SELECT
  1342. a.id
  1343. FROM
  1344. base_supplier AS a,
  1345. base_supplier_purchase AS b
  1346. WHERE
  1347. a.id = b.supplier_id
  1348. AND a.cancel_flag = 0
  1349. AND b.cancel_flag = 0
  1350. GROUP BY
  1351. b.supplier_id
  1352. 2016-12-20 17:50:49 select base_area:SELECT
  1353. id,
  1354. area_name
  1355. FROM
  1356. base_area
  1357. WHERE
  1358. id in(923,803,792,1200,961)
  1359. 2016-12-20 17:50:55 select base_supplier:SELECT
  1360. id,
  1361. supplier_name,
  1362. area_id,
  1363. is_disabled,
  1364. supplier_type
  1365. FROM
  1366. base_supplier a
  1367. WHERE
  1368. cancel_flag = 0
  1369. and a.supplier_name like '%%和%%'
  1370. AND supplier_type = 187
  1371. LIMIT 0,10
  1372. 2016-12-20 17:50:55 count:SELECT
  1373. a.id
  1374. FROM
  1375. base_supplier AS a,
  1376. base_supplier_purchase AS b
  1377. WHERE
  1378. a.id = b.supplier_id
  1379. and a.supplier_name like '%%和%%'
  1380. AND a.cancel_flag = 0
  1381. AND b.cancel_flag = 0
  1382. GROUP BY
  1383. b.supplier_id
  1384. 2016-12-20 17:50:55 select base_area:SELECT
  1385. id,
  1386. area_name
  1387. FROM
  1388. base_area
  1389. WHERE
  1390. id in(792,803)
  1391. 2016-12-20 17:51:03 select base_area:SELECT
  1392. id,
  1393. area_name
  1394. FROM
  1395. base_area
  1396. WHERE
  1397. parent_id = 0
  1398. 2016-12-20 17:51:03 select base_supplier:SELECT
  1399. id,
  1400. supplier_name,
  1401. area_id,
  1402. company_name,
  1403. sett_type,
  1404. sett_frequency,
  1405. account_bank,
  1406. account_num,
  1407. account_name
  1408. FROM
  1409. base_supplier
  1410. WHERE
  1411. cancel_flag = 0
  1412. AND id = 1029
  1413. 2016-12-20 17:51:03 select base_area:SELECT
  1414. id,
  1415. area_name,
  1416. parent_id
  1417. FROM
  1418. base_area
  1419. WHERE
  1420. cancel_flag = 0
  1421. AND id = 792
  1422. 2016-12-20 17:51:03 select base_area:SELECT
  1423. id,
  1424. area_name
  1425. FROM
  1426. base_area
  1427. WHERE
  1428. cancel_flag = 0
  1429. AND id = 791
  1430. 2016-12-20 17:51:03 select base_supplier_purchase:SELECT
  1431. id,
  1432. product_type,
  1433. purchaser_name
  1434. FROM
  1435. base_supplier_purchase
  1436. WHERE
  1437. cancel_flag = 0
  1438. AND supplier_id = 1029
  1439. 2016-12-20 17:51:03 select base_supplier_link:SELECT
  1440. id,
  1441. link_name,
  1442. contact_name,
  1443. contact_mobile,
  1444. contact_telphone,
  1445. fax,
  1446. email,
  1447. remark
  1448. FROM
  1449. base_supplier_link
  1450. WHERE
  1451. cancel_flag = 0
  1452. AND supplier_id = 1029
  1453. 2016-12-20 17:51:03 select base_area:SELECT
  1454. id,
  1455. area_name
  1456. FROM
  1457. base_area
  1458. WHERE
  1459. parent_id = 791
  1460. 2016-12-20 17:51:19 select base_area:SELECT
  1461. id,
  1462. area_name
  1463. FROM
  1464. base_area
  1465. WHERE
  1466. parent_id = 0
  1467. 2016-12-20 17:51:19 select base_supplier:SELECT
  1468. id,
  1469. supplier_name,
  1470. area_id,
  1471. company_name,
  1472. sett_type,
  1473. sett_frequency,
  1474. account_bank,
  1475. account_num,
  1476. account_name
  1477. FROM
  1478. base_supplier
  1479. WHERE
  1480. cancel_flag = 0
  1481. AND id = 1078
  1482. 2016-12-20 17:51:19 select base_area:SELECT
  1483. id,
  1484. area_name,
  1485. parent_id
  1486. FROM
  1487. base_area
  1488. WHERE
  1489. cancel_flag = 0
  1490. AND id = 803
  1491. 2016-12-20 17:51:19 select base_area:SELECT
  1492. id,
  1493. area_name
  1494. FROM
  1495. base_area
  1496. WHERE
  1497. cancel_flag = 0
  1498. AND id = 791
  1499. 2016-12-20 17:51:19 select base_supplier_purchase:SELECT
  1500. id,
  1501. product_type,
  1502. purchaser_name
  1503. FROM
  1504. base_supplier_purchase
  1505. WHERE
  1506. cancel_flag = 0
  1507. AND supplier_id = 1078
  1508. 2016-12-20 17:51:19 select base_supplier_link:SELECT
  1509. id,
  1510. link_name,
  1511. contact_name,
  1512. contact_mobile,
  1513. contact_telphone,
  1514. fax,
  1515. email,
  1516. remark
  1517. FROM
  1518. base_supplier_link
  1519. WHERE
  1520. cancel_flag = 0
  1521. AND supplier_id = 1078
  1522. 2016-12-20 17:51:19 select base_area:SELECT
  1523. id,
  1524. area_name
  1525. FROM
  1526. base_area
  1527. WHERE
  1528. parent_id = 791
  1529. 2016-12-20 17:52:54 select base_supplier:SELECT
  1530. id,
  1531. supplier_name,
  1532. area_id,
  1533. is_disabled,
  1534. supplier_type
  1535. FROM
  1536. base_supplier a
  1537. WHERE
  1538. cancel_flag = 0
  1539. AND supplier_type = 187
  1540. LIMIT 0,10
  1541. 2016-12-20 17:52:54 count:SELECT
  1542. a.id
  1543. FROM
  1544. base_supplier AS a,
  1545. base_supplier_purchase AS b
  1546. WHERE
  1547. a.id = b.supplier_id
  1548. AND a.cancel_flag = 0
  1549. AND b.cancel_flag = 0
  1550. GROUP BY
  1551. b.supplier_id
  1552. 2016-12-20 17:52:54 select base_area:SELECT
  1553. id,
  1554. area_name
  1555. FROM
  1556. base_area
  1557. WHERE
  1558. id in(923,803,792,1200,961)
  1559. 2016-12-20 17:53:04 select base_supplier:SELECT
  1560. id,
  1561. supplier_name,
  1562. area_id,
  1563. is_disabled,
  1564. supplier_type
  1565. FROM
  1566. base_supplier a
  1567. WHERE
  1568. cancel_flag = 0
  1569. AND supplier_type = 187
  1570. LIMIT 0,10
  1571. 2016-12-20 17:53:04 count:SELECT
  1572. a.id
  1573. FROM
  1574. base_supplier AS a,
  1575. base_supplier_purchase AS b
  1576. WHERE
  1577. a.id = b.supplier_id
  1578. AND a.cancel_flag = 0
  1579. AND b.cancel_flag = 0
  1580. GROUP BY
  1581. b.supplier_id
  1582. 2016-12-20 17:53:04 select base_area:SELECT
  1583. id,
  1584. area_name
  1585. FROM
  1586. base_area
  1587. WHERE
  1588. id in(923,803,792,1200,961)
  1589. 2016-12-20 17:53:30 select base_area:SELECT
  1590. id,
  1591. area_name
  1592. FROM
  1593. base_area
  1594. WHERE
  1595. parent_id = 0
  1596. 2016-12-20 17:53:30 select base_supplier:SELECT
  1597. id,
  1598. supplier_name,
  1599. area_id,
  1600. company_name,
  1601. sett_type,
  1602. sett_frequency,
  1603. account_bank,
  1604. account_num,
  1605. account_name
  1606. FROM
  1607. base_supplier
  1608. WHERE
  1609. cancel_flag = 0
  1610. AND id = 1078
  1611. 2016-12-20 17:53:30 select base_area:SELECT
  1612. id,
  1613. area_name,
  1614. parent_id
  1615. FROM
  1616. base_area
  1617. WHERE
  1618. cancel_flag = 0
  1619. AND id = 803
  1620. 2016-12-20 17:53:30 select base_area:SELECT
  1621. id,
  1622. area_name
  1623. FROM
  1624. base_area
  1625. WHERE
  1626. cancel_flag = 0
  1627. AND id = 791
  1628. 2016-12-20 17:53:30 select base_supplier_purchase:SELECT
  1629. id,
  1630. product_type,
  1631. purchaser_name
  1632. FROM
  1633. base_supplier_purchase
  1634. WHERE
  1635. cancel_flag = 0
  1636. AND supplier_id = 1078
  1637. 2016-12-20 17:53:30 select base_supplier_link:SELECT
  1638. id,
  1639. link_name,
  1640. contact_name,
  1641. contact_mobile,
  1642. contact_telphone,
  1643. fax,
  1644. email,
  1645. remark
  1646. FROM
  1647. base_supplier_link
  1648. WHERE
  1649. cancel_flag = 0
  1650. AND supplier_id = 1078
  1651. 2016-12-20 17:53:30 select base_area:SELECT
  1652. id,
  1653. area_name
  1654. FROM
  1655. base_area
  1656. WHERE
  1657. parent_id = 791
  1658. 2016-12-20 17:53:32 getDbPurchase base_supplier_purchase:SELECT
  1659. id AS purchase_id,
  1660. product_type,
  1661. purchaser_name
  1662. FROM
  1663. base_supplier_purchase
  1664. WHERE
  1665. cancel_flag = 0
  1666. AND supplier_id = 1078
  1667. 2016-12-20 17:53:32 getDbLink base_supplier_link:SELECT
  1668. id as link_id,
  1669. link_name,
  1670. contact_name,
  1671. contact_mobile,
  1672. contact_telphone,
  1673. fax,
  1674. email,
  1675. remark
  1676. FROM
  1677. base_supplier_link
  1678. WHERE
  1679. cancel_flag = 0
  1680. AND supplier_id = 1078
  1681. 2016-12-20 17:53:32 getDbChannel base_supplier:SELECT
  1682. supplier_name,
  1683. area_id,
  1684. company_name,
  1685. sett_type,
  1686. sett_frequency,
  1687. account_bank,
  1688. account_num,
  1689. account_name
  1690. FROM
  1691. base_supplier
  1692. WHERE
  1693. cancel_flag = 0
  1694. AND id = 1078
  1695. 2016-12-20 17:53:32 INSERT base_supplier_purchase:INSERT INTO base_supplier_purchase (
  1696. create_user_id,
  1697. create_time,
  1698. supplier_id,
  1699. product_type,
  1700. purchaser_name
  1701. )
  1702. VALUES (1,'2016-12-20 17:53:32',1078,25,'丁鹏')
  1703. 2016-12-20 17:53:32 delete base_supplier_sale:UPDATE base_supplier_purchase
  1704. SET update_user_id = 1,update_time = '2016-12-20 17:53:32',cancel_flag = 1
  1705. WHERE
  1706. id = 105
  1707. 2016-12-20 17:53:33 select base_supplier:SELECT
  1708. id,
  1709. supplier_name,
  1710. area_id,
  1711. is_disabled,
  1712. supplier_type
  1713. FROM
  1714. base_supplier a
  1715. WHERE
  1716. cancel_flag = 0
  1717. AND supplier_type = 187
  1718. LIMIT 0,10
  1719. 2016-12-20 17:53:33 count:SELECT
  1720. a.id
  1721. FROM
  1722. base_supplier AS a,
  1723. base_supplier_purchase AS b
  1724. WHERE
  1725. a.id = b.supplier_id
  1726. AND a.cancel_flag = 0
  1727. AND b.cancel_flag = 0
  1728. GROUP BY
  1729. b.supplier_id
  1730. 2016-12-20 17:53:33 select base_area:SELECT
  1731. id,
  1732. area_name
  1733. FROM
  1734. base_area
  1735. WHERE
  1736. id in(923,803,792,1200,961)
  1737. 2016-12-20 17:54:09 select base_supplier:SELECT
  1738. id,
  1739. supplier_name,
  1740. area_id,
  1741. is_disabled,
  1742. supplier_type
  1743. FROM
  1744. base_supplier a
  1745. WHERE
  1746. cancel_flag = 0
  1747. AND supplier_type = 187
  1748. LIMIT 0,10
  1749. 2016-12-20 17:54:09 count:SELECT
  1750. a.id
  1751. FROM
  1752. base_supplier AS a,
  1753. base_supplier_purchase AS b
  1754. WHERE
  1755. a.id = b.supplier_id
  1756. AND a.cancel_flag = 0
  1757. AND b.cancel_flag = 0
  1758. GROUP BY
  1759. b.supplier_id
  1760. 2016-12-20 17:54:09 select base_area:SELECT
  1761. id,
  1762. area_name
  1763. FROM
  1764. base_area
  1765. WHERE
  1766. id in(923,803,792,1200,961)
  1767. 2016-12-20 17:54:24 select base_supplier:SELECT
  1768. id,
  1769. supplier_name,
  1770. area_id,
  1771. is_disabled,
  1772. supplier_type
  1773. FROM
  1774. base_supplier a
  1775. WHERE
  1776. cancel_flag = 0
  1777. and a.supplier_name like '%%和平%%'
  1778. AND supplier_type = 187
  1779. LIMIT 0,10
  1780. 2016-12-20 17:54:24 count:SELECT
  1781. a.id
  1782. FROM
  1783. base_supplier AS a,
  1784. base_supplier_purchase AS b
  1785. WHERE
  1786. a.id = b.supplier_id
  1787. and a.supplier_name like '%%和平%%'
  1788. AND a.cancel_flag = 0
  1789. AND b.cancel_flag = 0
  1790. GROUP BY
  1791. b.supplier_id
  1792. 2016-12-20 17:54:24 select base_area:SELECT
  1793. id,
  1794. area_name
  1795. FROM
  1796. base_area
  1797. WHERE
  1798. id in(792,803)
  1799. 2016-12-20 17:56:03 select base_supplier:SELECT
  1800. id,
  1801. supplier_name,
  1802. area_id,
  1803. is_disabled,
  1804. supplier_type
  1805. FROM
  1806. base_supplier a
  1807. WHERE
  1808. cancel_flag = 0
  1809. AND supplier_type = 187
  1810. LIMIT 0,10
  1811. 2016-12-20 17:56:03 count:SELECT
  1812. a.id
  1813. FROM
  1814. base_supplier AS a,
  1815. base_supplier_purchase AS b
  1816. WHERE
  1817. a.id = b.supplier_id
  1818. AND a.cancel_flag = 0
  1819. AND b.cancel_flag = 0
  1820. GROUP BY
  1821. b.supplier_id
  1822. 2016-12-20 17:56:03 select base_area:SELECT
  1823. id,
  1824. area_name
  1825. FROM
  1826. base_area
  1827. WHERE
  1828. id in(923,803,792,1200,961)
  1829. 2016-12-20 17:56:11 select base_supplier:SELECT
  1830. id,
  1831. supplier_name,
  1832. area_id,
  1833. is_disabled,
  1834. supplier_type
  1835. FROM
  1836. base_supplier a
  1837. WHERE
  1838. cancel_flag = 0
  1839. and a.supplier_name like '%%和平%%'
  1840. AND supplier_type = 187
  1841. LIMIT 0,10
  1842. 2016-12-20 17:56:11 count:SELECT
  1843. a.id
  1844. FROM
  1845. base_supplier AS a,
  1846. base_supplier_purchase AS b
  1847. WHERE
  1848. a.id = b.supplier_id
  1849. and a.supplier_name like '%%和平%%'
  1850. AND a.cancel_flag = 0
  1851. AND b.cancel_flag = 0
  1852. GROUP BY
  1853. b.supplier_id
  1854. 2016-12-20 17:56:11 select base_area:SELECT
  1855. id,
  1856. area_name
  1857. FROM
  1858. base_area
  1859. WHERE
  1860. id in(792,803)
  1861. 2016-12-20 18:01:55 select base_supplier:SELECT
  1862. id,
  1863. supplier_name,
  1864. area_id,
  1865. is_disabled,
  1866. supplier_type
  1867. FROM
  1868. base_supplier a
  1869. WHERE
  1870. cancel_flag = 0
  1871. and a.supplier_name like '%%和平%%'
  1872. AND supplier_type = 187
  1873. LIMIT 0,10
  1874. 2016-12-20 18:01:55 count:SELECT
  1875. a.id
  1876. FROM
  1877. base_supplier AS a,
  1878. base_supplier_purchase AS b
  1879. WHERE
  1880. a.id = b.supplier_id
  1881. and a.supplier_name like '%%和平%%'
  1882. AND a.cancel_flag = 0
  1883. AND b.cancel_flag = 0
  1884. GROUP BY
  1885. b.supplier_id
  1886. 2016-12-20 18:01:55 select base_area:SELECT
  1887. id,
  1888. area_name
  1889. FROM
  1890. base_area
  1891. WHERE
  1892. id in(792,803)
  1893. 2016-12-20 18:02:07 select base_supplier:SELECT
  1894. id,
  1895. supplier_name,
  1896. area_id,
  1897. is_disabled,
  1898. supplier_type
  1899. FROM
  1900. base_supplier a
  1901. WHERE
  1902. cancel_flag = 0
  1903. AND supplier_type = 187
  1904. LIMIT 0,10
  1905. 2016-12-20 18:02:07 count:SELECT
  1906. a.id
  1907. FROM
  1908. base_supplier AS a,
  1909. base_supplier_purchase AS b
  1910. WHERE
  1911. a.id = b.supplier_id
  1912. AND a.cancel_flag = 0
  1913. AND b.cancel_flag = 0
  1914. GROUP BY
  1915. b.supplier_id
  1916. 2016-12-20 18:02:07 select base_area:SELECT
  1917. id,
  1918. area_name
  1919. FROM
  1920. base_area
  1921. WHERE
  1922. id in(923,803,792,1200,961)
  1923. 2016-12-20 18:02:14 select base_supplier:SELECT
  1924. id,
  1925. supplier_name,
  1926. area_id,
  1927. is_disabled,
  1928. supplier_type
  1929. FROM
  1930. base_supplier a
  1931. WHERE
  1932. cancel_flag = 0
  1933. and a.supplier_name like '%%和%%'
  1934. AND supplier_type = 187
  1935. LIMIT 0,10
  1936. 2016-12-20 18:02:14 count:SELECT
  1937. a.id
  1938. FROM
  1939. base_supplier AS a,
  1940. base_supplier_purchase AS b
  1941. WHERE
  1942. a.id = b.supplier_id
  1943. and a.supplier_name like '%%和%%'
  1944. AND a.cancel_flag = 0
  1945. AND b.cancel_flag = 0
  1946. GROUP BY
  1947. b.supplier_id
  1948. 2016-12-20 18:02:14 select base_area:SELECT
  1949. id,
  1950. area_name
  1951. FROM
  1952. base_area
  1953. WHERE
  1954. id in(792,803)
  1955. 2016-12-20 18:02:54 select base_supplier:SELECT
  1956. id,
  1957. supplier_name,
  1958. area_id,
  1959. is_disabled,
  1960. supplier_type
  1961. FROM
  1962. base_supplier a
  1963. WHERE
  1964. cancel_flag = 0
  1965. AND supplier_type = 187
  1966. LIMIT 0,10
  1967. 2016-12-20 18:02:54 count:SELECT
  1968. a.id
  1969. FROM
  1970. base_supplier AS a,
  1971. base_supplier_purchase AS b
  1972. WHERE
  1973. a.id = b.supplier_id
  1974. AND a.cancel_flag = 0
  1975. AND b.cancel_flag = 0
  1976. GROUP BY
  1977. b.supplier_id
  1978. 2016-12-20 18:02:54 select base_area:SELECT
  1979. id,
  1980. area_name
  1981. FROM
  1982. base_area
  1983. WHERE
  1984. id in(923,803,792,1200,961)
  1985. 2016-12-20 18:02:58 select base_supplier:SELECT
  1986. id,
  1987. supplier_name,
  1988. area_id,
  1989. is_disabled,
  1990. supplier_type
  1991. FROM
  1992. base_supplier a
  1993. WHERE
  1994. cancel_flag = 0
  1995. and a.supplier_name like '%%和平%%'
  1996. AND supplier_type = 187
  1997. LIMIT 0,10
  1998. 2016-12-20 18:02:58 count:SELECT
  1999. a.id
  2000. FROM
  2001. base_supplier AS a,
  2002. base_supplier_purchase AS b
  2003. WHERE
  2004. a.id = b.supplier_id
  2005. and a.supplier_name like '%%和平%%'
  2006. AND a.cancel_flag = 0
  2007. AND b.cancel_flag = 0
  2008. GROUP BY
  2009. b.supplier_id
  2010. 2016-12-20 18:02:58 select base_area:SELECT
  2011. id,
  2012. area_name
  2013. FROM
  2014. base_area
  2015. WHERE
  2016. id in(792,803)
  2017. 2016-12-20 18:03:06 select base_area:SELECT
  2018. id,
  2019. area_name
  2020. FROM
  2021. base_area
  2022. WHERE
  2023. parent_id = 0
  2024. 2016-12-20 18:03:06 select base_supplier:SELECT
  2025. id,
  2026. supplier_name,
  2027. area_id,
  2028. company_name,
  2029. sett_type,
  2030. sett_frequency,
  2031. account_bank,
  2032. account_num,
  2033. account_name
  2034. FROM
  2035. base_supplier
  2036. WHERE
  2037. cancel_flag = 0
  2038. AND id = 1078
  2039. 2016-12-20 18:03:06 select base_area:SELECT
  2040. id,
  2041. area_name,
  2042. parent_id
  2043. FROM
  2044. base_area
  2045. WHERE
  2046. cancel_flag = 0
  2047. AND id = 803
  2048. 2016-12-20 18:03:06 select base_area:SELECT
  2049. id,
  2050. area_name
  2051. FROM
  2052. base_area
  2053. WHERE
  2054. cancel_flag = 0
  2055. AND id = 791
  2056. 2016-12-20 18:03:06 select base_supplier_purchase:SELECT
  2057. id,
  2058. product_type,
  2059. purchaser_name
  2060. FROM
  2061. base_supplier_purchase
  2062. WHERE
  2063. cancel_flag = 0
  2064. AND supplier_id = 1078
  2065. 2016-12-20 18:03:06 select base_supplier_link:SELECT
  2066. id,
  2067. link_name,
  2068. contact_name,
  2069. contact_mobile,
  2070. contact_telphone,
  2071. fax,
  2072. email,
  2073. remark
  2074. FROM
  2075. base_supplier_link
  2076. WHERE
  2077. cancel_flag = 0
  2078. AND supplier_id = 1078
  2079. 2016-12-20 18:03:06 select base_area:SELECT
  2080. id,
  2081. area_name
  2082. FROM
  2083. base_area
  2084. WHERE
  2085. parent_id = 791
  2086. 2016-12-20 18:04:20 select base_supplier:SELECT
  2087. id,
  2088. supplier_name,
  2089. area_id,
  2090. is_disabled,
  2091. supplier_type
  2092. FROM
  2093. base_supplier a
  2094. WHERE
  2095. cancel_flag = 0
  2096. AND supplier_type = 187
  2097. LIMIT 0,10
  2098. 2016-12-20 18:04:20 count:SELECT
  2099. a.id
  2100. FROM
  2101. base_supplier AS a,
  2102. base_supplier_purchase AS b
  2103. WHERE
  2104. a.id = b.supplier_id
  2105. AND a.cancel_flag = 0
  2106. AND b.cancel_flag = 0
  2107. GROUP BY
  2108. b.supplier_id
  2109. 2016-12-20 18:04:20 select base_area:SELECT
  2110. id,
  2111. area_name
  2112. FROM
  2113. base_area
  2114. WHERE
  2115. id in(923,803,792,1200,961)
  2116. 2016-12-20 18:04:25 select base_supplier:SELECT
  2117. id,
  2118. supplier_name,
  2119. area_id,
  2120. is_disabled,
  2121. supplier_type
  2122. FROM
  2123. base_supplier a
  2124. WHERE
  2125. cancel_flag = 0
  2126. and a.supplier_name like '%%和平%%'
  2127. AND supplier_type = 187
  2128. LIMIT 0,10
  2129. 2016-12-20 18:04:25 count:SELECT
  2130. a.id
  2131. FROM
  2132. base_supplier AS a,
  2133. base_supplier_purchase AS b
  2134. WHERE
  2135. a.id = b.supplier_id
  2136. and a.supplier_name like '%%和平%%'
  2137. AND a.cancel_flag = 0
  2138. AND b.cancel_flag = 0
  2139. GROUP BY
  2140. b.supplier_id
  2141. 2016-12-20 18:04:25 select base_area:SELECT
  2142. id,
  2143. area_name
  2144. FROM
  2145. base_area
  2146. WHERE
  2147. id in(792,803)
  2148. 2016-12-20 18:04:30 select base_supplier:SELECT
  2149. id,
  2150. supplier_name,
  2151. area_id,
  2152. is_disabled,
  2153. supplier_type
  2154. FROM
  2155. base_supplier a
  2156. WHERE
  2157. cancel_flag = 0
  2158. AND supplier_type = 187
  2159. LIMIT 0,10
  2160. 2016-12-20 18:04:30 count:SELECT
  2161. a.id
  2162. FROM
  2163. base_supplier AS a,
  2164. base_supplier_purchase AS b
  2165. WHERE
  2166. a.id = b.supplier_id
  2167. AND a.cancel_flag = 0
  2168. AND b.cancel_flag = 0
  2169. GROUP BY
  2170. b.supplier_id
  2171. 2016-12-20 18:04:30 select base_area:SELECT
  2172. id,
  2173. area_name
  2174. FROM
  2175. base_area
  2176. WHERE
  2177. id in(923,803,792,1200,961)
  2178. 2016-12-20 18:04:43 select base_supplier:SELECT
  2179. id,
  2180. supplier_name,
  2181. area_id,
  2182. is_disabled,
  2183. supplier_type
  2184. FROM
  2185. base_supplier a
  2186. WHERE
  2187. cancel_flag = 0
  2188. and a.supplier_name like '%%和平%%'
  2189. AND supplier_type = 187
  2190. LIMIT 0,10
  2191. 2016-12-20 18:04:43 count:SELECT
  2192. a.id
  2193. FROM
  2194. base_supplier AS a,
  2195. base_supplier_purchase AS b
  2196. WHERE
  2197. a.id = b.supplier_id
  2198. and a.supplier_name like '%%和平%%'
  2199. AND a.cancel_flag = 0
  2200. AND b.cancel_flag = 0
  2201. GROUP BY
  2202. b.supplier_id
  2203. 2016-12-20 18:04:43 select base_area:SELECT
  2204. id,
  2205. area_name
  2206. FROM
  2207. base_area
  2208. WHERE
  2209. id in(792,803)
  2210. 2016-12-20 18:05:06 select base_supplier:SELECT
  2211. id,
  2212. supplier_name,
  2213. area_id,
  2214. is_disabled,
  2215. supplier_type
  2216. FROM
  2217. base_supplier a
  2218. WHERE
  2219. cancel_flag = 0
  2220. AND supplier_type = 187
  2221. LIMIT 0,10
  2222. 2016-12-20 18:05:06 count:SELECT
  2223. a.id
  2224. FROM
  2225. base_supplier AS a,
  2226. base_supplier_purchase AS b
  2227. WHERE
  2228. a.id = b.supplier_id
  2229. AND a.cancel_flag = 0
  2230. AND b.cancel_flag = 0
  2231. GROUP BY
  2232. b.supplier_id
  2233. 2016-12-20 18:05:06 select base_area:SELECT
  2234. id,
  2235. area_name
  2236. FROM
  2237. base_area
  2238. WHERE
  2239. id in(923,803,792,1200,961)
  2240. 2016-12-20 18:05:12 select base_supplier:SELECT
  2241. id,
  2242. supplier_name,
  2243. area_id,
  2244. is_disabled,
  2245. supplier_type
  2246. FROM
  2247. base_supplier a
  2248. WHERE
  2249. cancel_flag = 0
  2250. and a.supplier_name like '%%和平%%'
  2251. AND supplier_type = 187
  2252. LIMIT 0,10
  2253. 2016-12-20 18:05:12 count:SELECT
  2254. a.id
  2255. FROM
  2256. base_supplier AS a,
  2257. base_supplier_purchase AS b
  2258. WHERE
  2259. a.id = b.supplier_id
  2260. and a.supplier_name like '%%和平%%'
  2261. AND a.cancel_flag = 0
  2262. AND b.cancel_flag = 0
  2263. GROUP BY
  2264. b.supplier_id
  2265. 2016-12-20 18:05:12 select base_area:SELECT
  2266. id,
  2267. area_name
  2268. FROM
  2269. base_area
  2270. WHERE
  2271. id in(792,803)
  2272. 2016-12-20 18:07:36 select base_supplier:SELECT
  2273. id,
  2274. supplier_name,
  2275. area_id,
  2276. is_disabled,
  2277. supplier_type
  2278. FROM
  2279. base_supplier a
  2280. WHERE
  2281. cancel_flag = 0
  2282. AND supplier_type = 187
  2283. LIMIT 0,10
  2284. 2016-12-20 18:07:36 count:SELECT
  2285. a.id
  2286. FROM
  2287. base_supplier AS a,
  2288. base_supplier_purchase AS b
  2289. WHERE
  2290. a.id = b.supplier_id
  2291. AND a.cancel_flag = 0
  2292. AND b.cancel_flag = 0
  2293. GROUP BY
  2294. b.supplier_id
  2295. 2016-12-20 18:07:36 select base_area:SELECT
  2296. id,
  2297. area_name
  2298. FROM
  2299. base_area
  2300. WHERE
  2301. id in(923,803,792,1200,961)
  2302. 2016-12-20 18:08:47 select base_supplier:SELECT
  2303. id,
  2304. supplier_name,
  2305. area_id,
  2306. is_disabled,
  2307. supplier_type
  2308. FROM
  2309. base_supplier a
  2310. WHERE
  2311. cancel_flag = 0
  2312. AND supplier_type = 187
  2313. LIMIT 10,10
  2314. 2016-12-20 18:08:47 count:SELECT
  2315. a.id
  2316. FROM
  2317. base_supplier AS a,
  2318. base_supplier_purchase AS b
  2319. WHERE
  2320. a.id = b.supplier_id
  2321. AND a.cancel_flag = 0
  2322. AND b.cancel_flag = 0
  2323. GROUP BY
  2324. b.supplier_id
  2325. 2016-12-20 18:08:47 select base_area:SELECT
  2326. id,
  2327. area_name
  2328. FROM
  2329. base_area
  2330. WHERE
  2331. id in(792,803,923,799,895)
  2332. 2016-12-20 18:08:47 select base_supplier:SELECT
  2333. id,
  2334. supplier_name,
  2335. area_id,
  2336. is_disabled,
  2337. supplier_type
  2338. FROM
  2339. base_supplier a
  2340. WHERE
  2341. cancel_flag = 0
  2342. AND supplier_type = 187
  2343. LIMIT 20,10
  2344. 2016-12-20 18:08:47 count:SELECT
  2345. a.id
  2346. FROM
  2347. base_supplier AS a,
  2348. base_supplier_purchase AS b
  2349. WHERE
  2350. a.id = b.supplier_id
  2351. AND a.cancel_flag = 0
  2352. AND b.cancel_flag = 0
  2353. GROUP BY
  2354. b.supplier_id
  2355. 2016-12-20 18:08:47 select base_area:SELECT
  2356. id,
  2357. area_name
  2358. FROM
  2359. base_area
  2360. WHERE
  2361. id in(803,850,961,800,792,923)
  2362. 2016-12-20 18:08:47 select base_supplier:SELECT
  2363. id,
  2364. supplier_name,
  2365. area_id,
  2366. is_disabled,
  2367. supplier_type
  2368. FROM
  2369. base_supplier a
  2370. WHERE
  2371. cancel_flag = 0
  2372. AND supplier_type = 187
  2373. LIMIT -10,10
  2374. 2016-12-20 18:08:53 select base_supplier:SELECT
  2375. id,
  2376. supplier_name,
  2377. area_id,
  2378. is_disabled,
  2379. supplier_type
  2380. FROM
  2381. base_supplier a
  2382. WHERE
  2383. cancel_flag = 0
  2384. AND supplier_type = 187
  2385. LIMIT 0,10
  2386. 2016-12-20 18:08:53 count:SELECT
  2387. a.id
  2388. FROM
  2389. base_supplier AS a,
  2390. base_supplier_purchase AS b
  2391. WHERE
  2392. a.id = b.supplier_id
  2393. AND a.cancel_flag = 0
  2394. AND b.cancel_flag = 0
  2395. GROUP BY
  2396. b.supplier_id
  2397. 2016-12-20 18:08:53 select base_area:SELECT
  2398. id,
  2399. area_name
  2400. FROM
  2401. base_area
  2402. WHERE
  2403. id in(923,803,792,1200,961)
  2404. 2016-12-20 18:08:57 select base_supplier:SELECT
  2405. id,
  2406. supplier_name,
  2407. area_id,
  2408. is_disabled,
  2409. supplier_type
  2410. FROM
  2411. base_supplier a
  2412. WHERE
  2413. cancel_flag = 0
  2414. and a.supplier_name like '%%和平%%'
  2415. AND supplier_type = 187
  2416. LIMIT 0,10
  2417. 2016-12-20 18:08:57 count:SELECT
  2418. a.id
  2419. FROM
  2420. base_supplier AS a,
  2421. base_supplier_purchase AS b
  2422. WHERE
  2423. a.id = b.supplier_id
  2424. and a.supplier_name like '%%和平%%'
  2425. AND a.cancel_flag = 0
  2426. AND b.cancel_flag = 0
  2427. GROUP BY
  2428. b.supplier_id
  2429. 2016-12-20 18:08:57 select base_area:SELECT
  2430. id,
  2431. area_name
  2432. FROM
  2433. base_area
  2434. WHERE
  2435. id in(792,803)
  2436. 2016-12-20 18:11:24 select base_supplier:SELECT
  2437. id,
  2438. supplier_name,
  2439. area_id,
  2440. is_disabled,
  2441. supplier_type
  2442. FROM
  2443. base_supplier a
  2444. WHERE
  2445. cancel_flag = 0
  2446. AND supplier_type = 187
  2447. LIMIT 0,10
  2448. 2016-12-20 18:11:24 count:SELECT
  2449. a.id
  2450. FROM
  2451. base_supplier AS a,
  2452. base_supplier_purchase AS b
  2453. WHERE
  2454. a.id = b.supplier_id
  2455. AND a.cancel_flag = 0
  2456. AND b.cancel_flag = 0
  2457. GROUP BY
  2458. b.supplier_id
  2459. 2016-12-20 18:11:24 select base_area:SELECT
  2460. id,
  2461. area_name
  2462. FROM
  2463. base_area
  2464. WHERE
  2465. id in(923,803,792,1200,961)
  2466. 2016-12-20 18:11:31 select base_supplier:SELECT
  2467. id,
  2468. supplier_name,
  2469. area_id,
  2470. is_disabled,
  2471. supplier_type
  2472. FROM
  2473. base_supplier a
  2474. WHERE
  2475. cancel_flag = 0
  2476. and a.supplier_name like '%%和平%%'
  2477. AND supplier_type = 187
  2478. LIMIT 0,10
  2479. 2016-12-20 18:11:31 count:SELECT
  2480. a.id
  2481. FROM
  2482. base_supplier AS a,
  2483. base_supplier_purchase AS b
  2484. WHERE
  2485. a.id = b.supplier_id
  2486. and a.supplier_name like '%%和平%%'
  2487. AND a.cancel_flag = 0
  2488. AND b.cancel_flag = 0
  2489. GROUP BY
  2490. b.supplier_id
  2491. 2016-12-20 18:11:31 select base_area:SELECT
  2492. id,
  2493. area_name
  2494. FROM
  2495. base_area
  2496. WHERE
  2497. id in(792,803)
  2498. 2016-12-20 18:11:32 select base_area:SELECT
  2499. id,
  2500. area_name
  2501. FROM
  2502. base_area
  2503. WHERE
  2504. parent_id = 0
  2505. 2016-12-20 18:11:32 select base_supplier:SELECT
  2506. id,
  2507. supplier_name,
  2508. area_id,
  2509. company_name,
  2510. sett_type,
  2511. sett_frequency,
  2512. account_bank,
  2513. account_num,
  2514. account_name
  2515. FROM
  2516. base_supplier
  2517. WHERE
  2518. cancel_flag = 0
  2519. AND id = 1078
  2520. 2016-12-20 18:11:32 select base_area:SELECT
  2521. id,
  2522. area_name,
  2523. parent_id
  2524. FROM
  2525. base_area
  2526. WHERE
  2527. cancel_flag = 0
  2528. AND id = 803
  2529. 2016-12-20 18:11:32 select base_area:SELECT
  2530. id,
  2531. area_name
  2532. FROM
  2533. base_area
  2534. WHERE
  2535. cancel_flag = 0
  2536. AND id = 791
  2537. 2016-12-20 18:11:32 select base_supplier_purchase:SELECT
  2538. id,
  2539. product_type,
  2540. purchaser_name
  2541. FROM
  2542. base_supplier_purchase
  2543. WHERE
  2544. cancel_flag = 0
  2545. AND supplier_id = 1078
  2546. 2016-12-20 18:11:32 select base_supplier_link:SELECT
  2547. id,
  2548. link_name,
  2549. contact_name,
  2550. contact_mobile,
  2551. contact_telphone,
  2552. fax,
  2553. email,
  2554. remark
  2555. FROM
  2556. base_supplier_link
  2557. WHERE
  2558. cancel_flag = 0
  2559. AND supplier_id = 1078
  2560. 2016-12-20 18:11:32 select base_area:SELECT
  2561. id,
  2562. area_name
  2563. FROM
  2564. base_area
  2565. WHERE
  2566. parent_id = 791
  2567. 2016-12-20 18:11:47 select base_supplier:SELECT
  2568. id,
  2569. supplier_name,
  2570. area_id,
  2571. is_disabled,
  2572. supplier_type
  2573. FROM
  2574. base_supplier a
  2575. WHERE
  2576. cancel_flag = 0
  2577. AND supplier_type = 187
  2578. LIMIT 0,10
  2579. 2016-12-20 18:11:47 count:SELECT
  2580. a.id
  2581. FROM
  2582. base_supplier AS a,
  2583. base_supplier_purchase AS b
  2584. WHERE
  2585. a.id = b.supplier_id
  2586. AND a.cancel_flag = 0
  2587. AND b.cancel_flag = 0
  2588. GROUP BY
  2589. b.supplier_id
  2590. 2016-12-20 18:11:47 select base_area:SELECT
  2591. id,
  2592. area_name
  2593. FROM
  2594. base_area
  2595. WHERE
  2596. id in(923,803,792,1200,961)
  2597. 2016-12-20 18:12:13 select base_supplier:SELECT
  2598. id,
  2599. supplier_name,
  2600. area_id,
  2601. is_disabled,
  2602. supplier_type
  2603. FROM
  2604. base_supplier a
  2605. WHERE
  2606. cancel_flag = 0
  2607. and a.supplier_name like '%%和平%%'
  2608. AND supplier_type = 187
  2609. LIMIT 0,10
  2610. 2016-12-20 18:12:13 count:SELECT
  2611. a.id
  2612. FROM
  2613. base_supplier AS a,
  2614. base_supplier_purchase AS b
  2615. WHERE
  2616. a.id = b.supplier_id
  2617. and a.supplier_name like '%%和平%%'
  2618. AND a.cancel_flag = 0
  2619. AND b.cancel_flag = 0
  2620. GROUP BY
  2621. b.supplier_id
  2622. 2016-12-20 18:12:13 select base_area:SELECT
  2623. id,
  2624. area_name
  2625. FROM
  2626. base_area
  2627. WHERE
  2628. id in(792,803)
  2629. 2016-12-20 18:12:15 select base_area:SELECT
  2630. id,
  2631. area_name
  2632. FROM
  2633. base_area
  2634. WHERE
  2635. parent_id = 0
  2636. 2016-12-20 18:12:15 select base_supplier:SELECT
  2637. id,
  2638. supplier_name,
  2639. area_id,
  2640. company_name,
  2641. sett_type,
  2642. sett_frequency,
  2643. account_bank,
  2644. account_num,
  2645. account_name
  2646. FROM
  2647. base_supplier
  2648. WHERE
  2649. cancel_flag = 0
  2650. AND id = 1078
  2651. 2016-12-20 18:12:15 select base_area:SELECT
  2652. id,
  2653. area_name,
  2654. parent_id
  2655. FROM
  2656. base_area
  2657. WHERE
  2658. cancel_flag = 0
  2659. AND id = 803
  2660. 2016-12-20 18:12:15 select base_area:SELECT
  2661. id,
  2662. area_name
  2663. FROM
  2664. base_area
  2665. WHERE
  2666. cancel_flag = 0
  2667. AND id = 791
  2668. 2016-12-20 18:12:15 select base_supplier_purchase:SELECT
  2669. id,
  2670. product_type,
  2671. purchaser_name
  2672. FROM
  2673. base_supplier_purchase
  2674. WHERE
  2675. cancel_flag = 0
  2676. AND supplier_id = 1078
  2677. 2016-12-20 18:12:15 select base_supplier_link:SELECT
  2678. id,
  2679. link_name,
  2680. contact_name,
  2681. contact_mobile,
  2682. contact_telphone,
  2683. fax,
  2684. email,
  2685. remark
  2686. FROM
  2687. base_supplier_link
  2688. WHERE
  2689. cancel_flag = 0
  2690. AND supplier_id = 1078
  2691. 2016-12-20 18:12:15 select base_area:SELECT
  2692. id,
  2693. area_name
  2694. FROM
  2695. base_area
  2696. WHERE
  2697. parent_id = 791
  2698. 2016-12-20 20:01:10 select base_supplier:SELECT
  2699. id,
  2700. supplier_name,
  2701. area_id,
  2702. is_disabled,
  2703. supplier_type
  2704. FROM
  2705. base_supplier a
  2706. WHERE
  2707. cancel_flag = 0
  2708. AND supplier_type = 187
  2709. LIMIT 0,10
  2710. 2016-12-20 20:01:10 count:SELECT
  2711. a.id
  2712. FROM
  2713. base_supplier AS a,
  2714. base_supplier_purchase AS b
  2715. WHERE
  2716. a.id = b.supplier_id
  2717. AND a.cancel_flag = 0
  2718. AND b.cancel_flag = 0
  2719. GROUP BY
  2720. b.supplier_id
  2721. 2016-12-20 20:01:10 select base_area:SELECT
  2722. id,
  2723. area_name
  2724. FROM
  2725. base_area
  2726. WHERE
  2727. id in(923,803,792,1200,961)
  2728. 2016-12-20 20:01:13 select base_supplier:SELECT
  2729. id,
  2730. supplier_name,
  2731. area_id,
  2732. is_disabled,
  2733. supplier_type
  2734. FROM
  2735. base_supplier a
  2736. WHERE
  2737. cancel_flag = 0
  2738. and a.supplier_name like '%%西双版纳云投喜来登大酒店%%'
  2739. AND supplier_type = 187
  2740. LIMIT 0,10
  2741. 2016-12-20 20:01:13 count:SELECT
  2742. a.id
  2743. FROM
  2744. base_supplier AS a,
  2745. base_supplier_purchase AS b
  2746. WHERE
  2747. a.id = b.supplier_id
  2748. and a.supplier_name like '%%西双版纳云投喜来登大酒店%%'
  2749. AND a.cancel_flag = 0
  2750. AND b.cancel_flag = 0
  2751. GROUP BY
  2752. b.supplier_id
  2753. 2016-12-20 20:01:13 select base_area:SELECT
  2754. id,
  2755. area_name
  2756. FROM
  2757. base_area
  2758. WHERE
  2759. id in(2693)
  2760. 2016-12-20 20:01:15 select base_area:SELECT
  2761. id,
  2762. area_name
  2763. FROM
  2764. base_area
  2765. WHERE
  2766. parent_id = 0
  2767. 2016-12-20 20:01:15 select base_supplier:SELECT
  2768. id,
  2769. supplier_name,
  2770. area_id,
  2771. company_name,
  2772. sett_type,
  2773. sett_frequency,
  2774. account_bank,
  2775. account_num,
  2776. account_name
  2777. FROM
  2778. base_supplier
  2779. WHERE
  2780. cancel_flag = 0
  2781. AND id = 1044
  2782. 2016-12-20 20:01:15 select base_area:SELECT
  2783. id,
  2784. area_name,
  2785. parent_id
  2786. FROM
  2787. base_area
  2788. WHERE
  2789. cancel_flag = 0
  2790. AND id = 2693
  2791. 2016-12-20 20:01:15 select base_area:SELECT
  2792. id,
  2793. area_name
  2794. FROM
  2795. base_area
  2796. WHERE
  2797. cancel_flag = 0
  2798. AND id = 2579
  2799. 2016-12-20 20:01:15 select base_supplier_purchase:SELECT
  2800. id,
  2801. product_type,
  2802. purchaser_name
  2803. FROM
  2804. base_supplier_purchase
  2805. WHERE
  2806. cancel_flag = 0
  2807. AND supplier_id = 1044
  2808. 2016-12-20 20:01:15 select base_supplier_link:SELECT
  2809. id,
  2810. link_name,
  2811. contact_name,
  2812. contact_mobile,
  2813. contact_telphone,
  2814. fax,
  2815. email,
  2816. remark
  2817. FROM
  2818. base_supplier_link
  2819. WHERE
  2820. cancel_flag = 0
  2821. AND supplier_id = 1044
  2822. 2016-12-20 20:01:15 select base_area:SELECT
  2823. id,
  2824. area_name
  2825. FROM
  2826. base_area
  2827. WHERE
  2828. parent_id = 2579
  2829. 2016-12-20 20:01:31 select base_supplier:SELECT
  2830. id,
  2831. supplier_name,
  2832. area_id,
  2833. is_disabled,
  2834. supplier_type,
  2835. manage_type
  2836. FROM
  2837. base_supplier
  2838. WHERE
  2839. cancel_flag = 0
  2840. AND supplier_type = 301
  2841. LIMIT 0,10
  2842. 2016-12-20 20:01:31 select base_area:SELECT
  2843. id,
  2844. area_name
  2845. FROM
  2846. base_area
  2847. WHERE
  2848. id in(850,961,800,4,797,7,1966,794)
  2849. 2016-12-20 20:01:33 select base_supplier:SELECT
  2850. id,
  2851. supplier_name,
  2852. area_id,
  2853. is_disabled,
  2854. supplier_type,
  2855. manage_type
  2856. FROM
  2857. base_supplier
  2858. WHERE
  2859. cancel_flag = 0
  2860. and supplier_name like '%%启东恒大海上威尼斯酒店(原恒大酒店)%%'
  2861. AND supplier_type = 301
  2862. LIMIT 0,10
  2863. 2016-12-20 20:01:35 select base_area:SELECT
  2864. id,
  2865. area_name
  2866. FROM
  2867. base_area
  2868. WHERE
  2869. parent_id = 0
  2870. 2016-12-20 20:01:35 select base_area:SELECT
  2871. id,
  2872. area_name
  2873. FROM
  2874. base_area
  2875. WHERE
  2876. parent_id = 1
  2877. 2016-12-20 20:01:39 check base_supplier:SELECT
  2878. supplier_name
  2879. FROM
  2880. base_supplier
  2881. WHERE
  2882. cancel_flag = 0
  2883. AND supplier_type = 301
  2884. AND supplier_name = '启东恒大海上威尼斯酒店(原恒大酒店)'
  2885. 2016-12-20 20:01:40 select base_supplier:SELECT
  2886. id,
  2887. supplier_name,
  2888. area_id,
  2889. is_disabled,
  2890. supplier_type
  2891. FROM
  2892. base_supplier a
  2893. WHERE
  2894. cancel_flag = 0
  2895. AND supplier_type = 187
  2896. LIMIT 0,10
  2897. 2016-12-20 20:01:40 count:SELECT
  2898. a.id
  2899. FROM
  2900. base_supplier AS a,
  2901. base_supplier_purchase AS b
  2902. WHERE
  2903. a.id = b.supplier_id
  2904. AND a.cancel_flag = 0
  2905. AND b.cancel_flag = 0
  2906. GROUP BY
  2907. b.supplier_id
  2908. 2016-12-20 20:01:40 select base_area:SELECT
  2909. id,
  2910. area_name
  2911. FROM
  2912. base_area
  2913. WHERE
  2914. id in(923,803,792,1200,961)
  2915. 2016-12-20 20:01:41 select base_area:SELECT
  2916. id,
  2917. area_name
  2918. FROM
  2919. base_area
  2920. WHERE
  2921. parent_id = 0
  2922. 2016-12-20 20:01:41 select base_area:SELECT
  2923. id,
  2924. area_name
  2925. FROM
  2926. base_area
  2927. WHERE
  2928. parent_id = 1
  2929. 2016-12-20 20:01:43 check base_supplier:SELECT
  2930. supplier_name
  2931. FROM
  2932. base_supplier
  2933. WHERE
  2934. cancel_flag = 0
  2935. AND supplier_type = 187
  2936. AND supplier_name = ''
  2937. 2016-12-20 20:01:43 select base_supplier:SELECT
  2938. id,
  2939. supplier_name,
  2940. area_id,
  2941. is_disabled,
  2942. supplier_type
  2943. FROM
  2944. base_supplier a
  2945. WHERE
  2946. cancel_flag = 0
  2947. AND supplier_type = 187
  2948. LIMIT 0,10
  2949. 2016-12-20 20:01:43 count:SELECT
  2950. a.id
  2951. FROM
  2952. base_supplier AS a,
  2953. base_supplier_purchase AS b
  2954. WHERE
  2955. a.id = b.supplier_id
  2956. AND a.cancel_flag = 0
  2957. AND b.cancel_flag = 0
  2958. GROUP BY
  2959. b.supplier_id
  2960. 2016-12-20 20:01:43 select base_area:SELECT
  2961. id,
  2962. area_name
  2963. FROM
  2964. base_area
  2965. WHERE
  2966. id in(923,803,792,1200,961)
  2967. 2016-12-20 20:01:46 select base_supplier:SELECT
  2968. id,
  2969. supplier_name,
  2970. area_id,
  2971. is_disabled,
  2972. supplier_type
  2973. FROM
  2974. base_supplier a
  2975. WHERE
  2976. cancel_flag = 0
  2977. and a.supplier_name like '%%启东恒大海上威尼斯酒店(原恒大酒店)%%'
  2978. AND supplier_type = 187
  2979. LIMIT 0,10
  2980. 2016-12-20 20:01:46 count:SELECT
  2981. a.id
  2982. FROM
  2983. base_supplier AS a,
  2984. base_supplier_purchase AS b
  2985. WHERE
  2986. a.id = b.supplier_id
  2987. and a.supplier_name like '%%启东恒大海上威尼斯酒店(原恒大酒店)%%'
  2988. AND a.cancel_flag = 0
  2989. AND b.cancel_flag = 0
  2990. GROUP BY
  2991. b.supplier_id
  2992. 2016-12-20 20:01:46 select base_area:SELECT
  2993. id,
  2994. area_name
  2995. FROM
  2996. base_area
  2997. WHERE
  2998. id in(860)
  2999. 2016-12-20 20:01:48 select base_area:SELECT
  3000. id,
  3001. area_name
  3002. FROM
  3003. base_area
  3004. WHERE
  3005. parent_id = 0
  3006. 2016-12-20 20:01:48 select base_supplier:SELECT
  3007. id,
  3008. supplier_name,
  3009. area_id,
  3010. company_name,
  3011. sett_type,
  3012. sett_frequency,
  3013. account_bank,
  3014. account_num,
  3015. account_name
  3016. FROM
  3017. base_supplier
  3018. WHERE
  3019. cancel_flag = 0
  3020. AND id = 1045
  3021. 2016-12-20 20:01:48 select base_area:SELECT
  3022. id,
  3023. area_name,
  3024. parent_id
  3025. FROM
  3026. base_area
  3027. WHERE
  3028. cancel_flag = 0
  3029. AND id = 860
  3030. 2016-12-20 20:01:48 select base_area:SELECT
  3031. id,
  3032. area_name
  3033. FROM
  3034. base_area
  3035. WHERE
  3036. cancel_flag = 0
  3037. AND id = 809
  3038. 2016-12-20 20:01:48 select base_supplier_purchase:SELECT
  3039. id,
  3040. product_type,
  3041. purchaser_name
  3042. FROM
  3043. base_supplier_purchase
  3044. WHERE
  3045. cancel_flag = 0
  3046. AND supplier_id = 1045
  3047. 2016-12-20 20:01:48 select base_supplier_link:SELECT
  3048. id,
  3049. link_name,
  3050. contact_name,
  3051. contact_mobile,
  3052. contact_telphone,
  3053. fax,
  3054. email,
  3055. remark
  3056. FROM
  3057. base_supplier_link
  3058. WHERE
  3059. cancel_flag = 0
  3060. AND supplier_id = 1045
  3061. 2016-12-20 20:01:48 select base_area:SELECT
  3062. id,
  3063. area_name
  3064. FROM
  3065. base_area
  3066. WHERE
  3067. parent_id = 809
  3068. 2016-12-20 20:15:49 getListUser base_user:SELECT
  3069. id,
  3070. true_name,
  3071. `status`
  3072. FROM
  3073. base_user
  3074. WHERE
  3075. cancel_flag = 0
  3076. AND org_id = 1044
  3077. 2016-12-20 20:15:50 getListUser base_user:SELECT
  3078. id,
  3079. true_name,
  3080. `status`
  3081. FROM
  3082. base_user
  3083. WHERE
  3084. cancel_flag = 0
  3085. AND org_id = 1044
  3086. 2016-12-20 20:15:51 getListUser base_user:SELECT
  3087. id,
  3088. true_name,
  3089. `status`
  3090. FROM
  3091. base_user
  3092. WHERE
  3093. cancel_flag = 0
  3094. AND org_id = 1044
  3095. 2016-12-20 20:15:52 getListUser base_user:SELECT
  3096. id,
  3097. true_name,
  3098. `status`
  3099. FROM
  3100. base_user
  3101. WHERE
  3102. cancel_flag = 0
  3103. AND org_id = 1044
  3104. 2016-12-20 20:15:52 getListUser base_user:SELECT
  3105. id,
  3106. true_name,
  3107. `status`
  3108. FROM
  3109. base_user
  3110. WHERE
  3111. cancel_flag = 0
  3112. AND org_id = 1044
  3113. 2016-12-20 20:15:53 getListUser base_user:SELECT
  3114. id,
  3115. true_name,
  3116. `status`
  3117. FROM
  3118. base_user
  3119. WHERE
  3120. cancel_flag = 0
  3121. AND org_id = 1044
  3122. 2016-12-20 20:15:54 getListUser base_user:SELECT
  3123. id,
  3124. true_name,
  3125. `status`
  3126. FROM
  3127. base_user
  3128. WHERE
  3129. cancel_flag = 0
  3130. AND org_id = 1044
  3131. 2016-12-20 20:19:49 select base_supplier:SELECT
  3132. id,
  3133. supplier_name,
  3134. area_id,
  3135. is_disabled,
  3136. supplier_type
  3137. FROM
  3138. base_supplier a
  3139. WHERE
  3140. cancel_flag = 0
  3141. AND supplier_type = 187
  3142. LIMIT 0,10
  3143. 2016-12-20 20:19:49 count:SELECT
  3144. a.id
  3145. FROM
  3146. base_supplier AS a,
  3147. base_supplier_purchase AS b
  3148. WHERE
  3149. a.id = b.supplier_id
  3150. AND a.cancel_flag = 0
  3151. AND b.cancel_flag = 0
  3152. GROUP BY
  3153. b.supplier_id
  3154. 2016-12-20 20:19:49 select base_area:SELECT
  3155. id,
  3156. area_name
  3157. FROM
  3158. base_area
  3159. WHERE
  3160. id in(923,803,792,1200,961)
  3161. 2016-12-20 20:21:03 select base_supplier:SELECT
  3162. id,
  3163. supplier_name,
  3164. area_id,
  3165. is_disabled,
  3166. supplier_type
  3167. FROM
  3168. base_supplier a
  3169. WHERE
  3170. cancel_flag = 0
  3171. AND supplier_type = 187
  3172. LIMIT 0,10
  3173. 2016-12-20 20:21:03 count:SELECT
  3174. a.id
  3175. FROM
  3176. base_supplier AS a,
  3177. base_supplier_purchase AS b
  3178. WHERE
  3179. a.id = b.supplier_id
  3180. AND a.cancel_flag = 0
  3181. AND b.cancel_flag = 0
  3182. GROUP BY
  3183. b.supplier_id
  3184. 2016-12-20 20:21:03 select base_area:SELECT
  3185. id,
  3186. area_name
  3187. FROM
  3188. base_area
  3189. WHERE
  3190. id in(923,803,792,1200,961)
  3191. 2016-12-20 20:22:15 getListUser base_user:SELECT
  3192. id,
  3193. true_name,
  3194. `status`
  3195. FROM
  3196. base_user
  3197. WHERE
  3198. cancel_flag = 0
  3199. AND org_id = 1044
  3200. 2016-12-20 20:22:16 getListUser base_user:SELECT
  3201. id,
  3202. true_name,
  3203. `status`
  3204. FROM
  3205. base_user
  3206. WHERE
  3207. cancel_flag = 0
  3208. AND org_id = 1044
  3209. 2016-12-20 20:22:20 getListUser base_user:SELECT
  3210. id,
  3211. true_name,
  3212. `status`
  3213. FROM
  3214. base_user
  3215. WHERE
  3216. cancel_flag = 0
  3217. AND org_id = 1044
  3218. 2016-12-20 20:22:22 select base_supplier:SELECT
  3219. id,
  3220. supplier_name,
  3221. area_id,
  3222. is_disabled,
  3223. supplier_type
  3224. FROM
  3225. base_supplier a
  3226. WHERE
  3227. cancel_flag = 0
  3228. AND supplier_type = 187
  3229. LIMIT 0,10
  3230. 2016-12-20 20:22:22 count:SELECT
  3231. a.id
  3232. FROM
  3233. base_supplier AS a,
  3234. base_supplier_purchase AS b
  3235. WHERE
  3236. a.id = b.supplier_id
  3237. AND a.cancel_flag = 0
  3238. AND b.cancel_flag = 0
  3239. GROUP BY
  3240. b.supplier_id
  3241. 2016-12-20 20:22:22 select base_area:SELECT
  3242. id,
  3243. area_name
  3244. FROM
  3245. base_area
  3246. WHERE
  3247. id in(923,803,792,1200,961)
  3248. 2016-12-20 20:22:33 select base_supplier:SELECT
  3249. id,
  3250. supplier_name,
  3251. area_id,
  3252. is_disabled,
  3253. supplier_type
  3254. FROM
  3255. base_supplier a
  3256. WHERE
  3257. cancel_flag = 0
  3258. and a.supplier_name like '%%西双版纳云投喜来登大酒店%%'
  3259. AND supplier_type = 187
  3260. LIMIT 0,10
  3261. 2016-12-20 20:22:33 count:SELECT
  3262. a.id
  3263. FROM
  3264. base_supplier AS a,
  3265. base_supplier_purchase AS b
  3266. WHERE
  3267. a.id = b.supplier_id
  3268. and a.supplier_name like '%%西双版纳云投喜来登大酒店%%'
  3269. AND a.cancel_flag = 0
  3270. AND b.cancel_flag = 0
  3271. GROUP BY
  3272. b.supplier_id
  3273. 2016-12-20 20:22:33 select base_area:SELECT
  3274. id,
  3275. area_name
  3276. FROM
  3277. base_area
  3278. WHERE
  3279. id in(2693)
  3280. 2016-12-20 20:22:34 getListUser base_user:SELECT
  3281. id,
  3282. true_name,
  3283. `status`
  3284. FROM
  3285. base_user
  3286. WHERE
  3287. cancel_flag = 0
  3288. AND org_id = 1044
  3289. 2016-12-20 21:09:59 select base_supplier:SELECT
  3290. id,
  3291. supplier_name,
  3292. area_id,
  3293. is_disabled,
  3294. supplier_type
  3295. FROM
  3296. base_supplier a
  3297. WHERE
  3298. cancel_flag = 0
  3299. AND supplier_type = 187
  3300. LIMIT 0,10
  3301. 2016-12-20 21:09:59 count:SELECT
  3302. a.id
  3303. FROM
  3304. base_supplier AS a,
  3305. base_supplier_purchase AS b
  3306. WHERE
  3307. a.id = b.supplier_id
  3308. AND a.cancel_flag = 0
  3309. AND b.cancel_flag = 0
  3310. GROUP BY
  3311. b.supplier_id
  3312. 2016-12-20 21:09:59 select base_area:SELECT
  3313. id,
  3314. area_name
  3315. FROM
  3316. base_area
  3317. WHERE
  3318. id in(923,803,792,1200,961)
  3319. 2016-12-20 21:10:00 select base_supplier:SELECT
  3320. id,
  3321. supplier_name,
  3322. area_id,
  3323. is_disabled,
  3324. supplier_type
  3325. FROM
  3326. base_supplier a
  3327. WHERE
  3328. cancel_flag = 0
  3329. and a.supplier_name like '%%苏州托尼洛·兰博基尼书苑酒店%%'
  3330. AND supplier_type = 187
  3331. LIMIT 0,10
  3332. 2016-12-20 21:10:00 count:SELECT
  3333. a.id
  3334. FROM
  3335. base_supplier AS a,
  3336. base_supplier_purchase AS b
  3337. WHERE
  3338. a.id = b.supplier_id
  3339. and a.supplier_name like '%%苏州托尼洛·兰博基尼书苑酒店%%'
  3340. AND a.cancel_flag = 0
  3341. AND b.cancel_flag = 0
  3342. GROUP BY
  3343. b.supplier_id
  3344. 2016-12-20 21:10:00 select base_area:SELECT
  3345. id,
  3346. area_name
  3347. FROM
  3348. base_area
  3349. WHERE
  3350. id in(850)
  3351. 2016-12-20 21:15:21 select base_supplier:SELECT
  3352. id,
  3353. supplier_name,
  3354. area_id,
  3355. is_disabled,
  3356. supplier_type
  3357. FROM
  3358. base_supplier a
  3359. WHERE
  3360. cancel_flag = 0
  3361. AND supplier_type = 187
  3362. LIMIT 0,10
  3363. 2016-12-20 21:15:21 count:SELECT
  3364. a.id
  3365. FROM
  3366. base_supplier AS a,
  3367. base_supplier_purchase AS b
  3368. WHERE
  3369. a.id = b.supplier_id
  3370. AND a.cancel_flag = 0
  3371. AND b.cancel_flag = 0
  3372. GROUP BY
  3373. b.supplier_id
  3374. 2016-12-20 21:15:21 select base_area:SELECT
  3375. id,
  3376. area_name
  3377. FROM
  3378. base_area
  3379. WHERE
  3380. id in(923,803,792,1200,961)
  3381. 2016-12-20 21:15:24 select base_supplier:SELECT
  3382. id,
  3383. supplier_name,
  3384. area_id,
  3385. is_disabled,
  3386. supplier_type
  3387. FROM
  3388. base_supplier a
  3389. WHERE
  3390. cancel_flag = 0
  3391. and a.supplier_name like '%%苏州万豪酒店%%'
  3392. AND supplier_type = 187
  3393. LIMIT 0,10
  3394. 2016-12-20 21:15:24 count:SELECT
  3395. a.id
  3396. FROM
  3397. base_supplier AS a,
  3398. base_supplier_purchase AS b
  3399. WHERE
  3400. a.id = b.supplier_id
  3401. and a.supplier_name like '%%苏州万豪酒店%%'
  3402. AND a.cancel_flag = 0
  3403. AND b.cancel_flag = 0
  3404. GROUP BY
  3405. b.supplier_id
  3406. 2016-12-20 21:15:24 select base_area:SELECT
  3407. id,
  3408. area_name
  3409. FROM
  3410. base_area
  3411. WHERE
  3412. id in(850)
  3413. 2016-12-20 21:28:51 select base_supplier:SELECT
  3414. id,
  3415. supplier_name,
  3416. area_id,
  3417. is_disabled,
  3418. supplier_type
  3419. FROM
  3420. base_supplier a
  3421. WHERE
  3422. cancel_flag = 0
  3423. AND supplier_type = 187
  3424. LIMIT 0,10
  3425. 2016-12-20 21:28:51 count:SELECT
  3426. a.id
  3427. FROM
  3428. base_supplier AS a,
  3429. base_supplier_purchase AS b
  3430. WHERE
  3431. a.id = b.supplier_id
  3432. AND a.cancel_flag = 0
  3433. AND b.cancel_flag = 0
  3434. GROUP BY
  3435. b.supplier_id
  3436. 2016-12-20 21:28:51 select base_area:SELECT
  3437. id,
  3438. area_name
  3439. FROM
  3440. base_area
  3441. WHERE
  3442. id in(923,803,792,1200,961)
  3443. 2016-12-20 21:28:53 select base_supplier:SELECT
  3444. id,
  3445. supplier_name,
  3446. area_id,
  3447. is_disabled,
  3448. supplier_type
  3449. FROM
  3450. base_supplier a
  3451. WHERE
  3452. cancel_flag = 0
  3453. and a.supplier_name like '%%苏州金鸡湖新罗酒店%%'
  3454. AND supplier_type = 187
  3455. LIMIT 0,10
  3456. 2016-12-20 21:28:53 count:SELECT
  3457. a.id
  3458. FROM
  3459. base_supplier AS a,
  3460. base_supplier_purchase AS b
  3461. WHERE
  3462. a.id = b.supplier_id
  3463. and a.supplier_name like '%%苏州金鸡湖新罗酒店%%'
  3464. AND a.cancel_flag = 0
  3465. AND b.cancel_flag = 0
  3466. GROUP BY
  3467. b.supplier_id
  3468. 2016-12-20 21:28:53 select base_area:SELECT
  3469. id,
  3470. area_name
  3471. FROM
  3472. base_area
  3473. WHERE
  3474. id in(850)
  3475. 2016-12-20 21:28:55 select base_area:SELECT
  3476. id,
  3477. area_name
  3478. FROM
  3479. base_area
  3480. WHERE
  3481. parent_id = 0
  3482. 2016-12-20 21:28:55 select base_supplier:SELECT
  3483. id,
  3484. supplier_name,
  3485. area_id,
  3486. company_name,
  3487. sett_type,
  3488. sett_frequency,
  3489. account_bank,
  3490. account_num,
  3491. account_name
  3492. FROM
  3493. base_supplier
  3494. WHERE
  3495. cancel_flag = 0
  3496. AND id = 1057
  3497. 2016-12-20 21:28:55 select base_area:SELECT
  3498. id,
  3499. area_name,
  3500. parent_id
  3501. FROM
  3502. base_area
  3503. WHERE
  3504. cancel_flag = 0
  3505. AND id = 850
  3506. 2016-12-20 21:28:55 select base_area:SELECT
  3507. id,
  3508. area_name
  3509. FROM
  3510. base_area
  3511. WHERE
  3512. cancel_flag = 0
  3513. AND id = 809
  3514. 2016-12-20 21:28:55 select base_supplier_purchase:SELECT
  3515. id,
  3516. product_type,
  3517. purchaser_name
  3518. FROM
  3519. base_supplier_purchase
  3520. WHERE
  3521. cancel_flag = 0
  3522. AND supplier_id = 1057
  3523. 2016-12-20 21:28:55 select base_supplier_link:SELECT
  3524. id,
  3525. link_name,
  3526. contact_name,
  3527. contact_mobile,
  3528. contact_telphone,
  3529. fax,
  3530. email,
  3531. remark
  3532. FROM
  3533. base_supplier_link
  3534. WHERE
  3535. cancel_flag = 0
  3536. AND supplier_id = 1057
  3537. 2016-12-20 21:28:55 select base_area:SELECT
  3538. id,
  3539. area_name
  3540. FROM
  3541. base_area
  3542. WHERE
  3543. parent_id = 809
  3544. 2016-12-20 21:29:01 select base_supplier:SELECT
  3545. id,
  3546. supplier_name,
  3547. area_id,
  3548. is_disabled,
  3549. supplier_type
  3550. FROM
  3551. base_supplier a
  3552. WHERE
  3553. cancel_flag = 0
  3554. AND supplier_type = 187
  3555. LIMIT 0,10
  3556. 2016-12-20 21:29:01 count:SELECT
  3557. a.id
  3558. FROM
  3559. base_supplier AS a,
  3560. base_supplier_purchase AS b
  3561. WHERE
  3562. a.id = b.supplier_id
  3563. AND a.cancel_flag = 0
  3564. AND b.cancel_flag = 0
  3565. GROUP BY
  3566. b.supplier_id
  3567. 2016-12-20 21:29:01 select base_area:SELECT
  3568. id,
  3569. area_name
  3570. FROM
  3571. base_area
  3572. WHERE
  3573. id in(923,803,792,1200,961)
  3574. 2016-12-20 21:29:03 select base_supplier:SELECT
  3575. id,
  3576. supplier_name,
  3577. area_id,
  3578. is_disabled,
  3579. supplier_type
  3580. FROM
  3581. base_supplier a
  3582. WHERE
  3583. cancel_flag = 0
  3584. and a.supplier_name like '%%苏州金鸡湖新罗酒店%%'
  3585. AND supplier_type = 187
  3586. LIMIT 0,10
  3587. 2016-12-20 21:29:03 count:SELECT
  3588. a.id
  3589. FROM
  3590. base_supplier AS a,
  3591. base_supplier_purchase AS b
  3592. WHERE
  3593. a.id = b.supplier_id
  3594. and a.supplier_name like '%%苏州金鸡湖新罗酒店%%'
  3595. AND a.cancel_flag = 0
  3596. AND b.cancel_flag = 0
  3597. GROUP BY
  3598. b.supplier_id
  3599. 2016-12-20 21:29:03 select base_area:SELECT
  3600. id,
  3601. area_name
  3602. FROM
  3603. base_area
  3604. WHERE
  3605. id in(850)
  3606. 2016-12-20 21:29:06 getListUser base_user:SELECT
  3607. id,
  3608. true_name,
  3609. `status`
  3610. FROM
  3611. base_user
  3612. WHERE
  3613. cancel_flag = 0
  3614. AND org_id = 1057
  3615. 2016-12-20 21:29:08 select base_supplier:SELECT
  3616. id,
  3617. supplier_name,
  3618. area_id,
  3619. is_disabled,
  3620. supplier_type
  3621. FROM
  3622. base_supplier a
  3623. WHERE
  3624. cancel_flag = 0
  3625. and a.supplier_name like '%%苏州金鸡湖新罗酒店%%'
  3626. AND supplier_type = 187
  3627. LIMIT 0,10
  3628. 2016-12-20 21:29:08 count:SELECT
  3629. a.id
  3630. FROM
  3631. base_supplier AS a,
  3632. base_supplier_purchase AS b
  3633. WHERE
  3634. a.id = b.supplier_id
  3635. and a.supplier_name like '%%苏州金鸡湖新罗酒店%%'
  3636. AND a.cancel_flag = 0
  3637. AND b.cancel_flag = 0
  3638. GROUP BY
  3639. b.supplier_id
  3640. 2016-12-20 21:29:08 select base_area:SELECT
  3641. id,
  3642. area_name
  3643. FROM
  3644. base_area
  3645. WHERE
  3646. id in(850)
  3647. 2016-12-20 21:29:17 select base_supplier:SELECT
  3648. id,
  3649. supplier_name,
  3650. area_id,
  3651. is_disabled,
  3652. supplier_type
  3653. FROM
  3654. base_supplier a
  3655. WHERE
  3656. cancel_flag = 0
  3657. AND supplier_type = 187
  3658. LIMIT 0,10
  3659. 2016-12-20 21:29:17 count:SELECT
  3660. a.id
  3661. FROM
  3662. base_supplier AS a,
  3663. base_supplier_purchase AS b
  3664. WHERE
  3665. a.id = b.supplier_id
  3666. AND a.cancel_flag = 0
  3667. AND b.cancel_flag = 0
  3668. GROUP BY
  3669. b.supplier_id
  3670. 2016-12-20 21:29:17 select base_area:SELECT
  3671. id,
  3672. area_name
  3673. FROM
  3674. base_area
  3675. WHERE
  3676. id in(923,803,792,1200,961)
  3677. 2016-12-20 21:29:20 select base_supplier:SELECT
  3678. id,
  3679. supplier_name,
  3680. area_id,
  3681. is_disabled,
  3682. supplier_type
  3683. FROM
  3684. base_supplier a
  3685. WHERE
  3686. cancel_flag = 0
  3687. AND supplier_type = 187
  3688. LIMIT 10,10
  3689. 2016-12-20 21:29:20 count:SELECT
  3690. a.id
  3691. FROM
  3692. base_supplier AS a,
  3693. base_supplier_purchase AS b
  3694. WHERE
  3695. a.id = b.supplier_id
  3696. AND a.cancel_flag = 0
  3697. AND b.cancel_flag = 0
  3698. GROUP BY
  3699. b.supplier_id
  3700. 2016-12-20 21:29:20 select base_area:SELECT
  3701. id,
  3702. area_name
  3703. FROM
  3704. base_area
  3705. WHERE
  3706. id in(792,803,923,799,895)
  3707. 2016-12-20 21:29:24 select base_supplier_purchase:SELECT
  3708. supplier_id
  3709. FROM
  3710. base_supplier_purchase
  3711. WHERE
  3712. product_type = 25 and cancel_flag = 0
  3713. GROUP BY
  3714. supplier_id
  3715. 2016-12-20 21:29:24 select base_supplier:SELECT
  3716. id,
  3717. supplier_name,
  3718. area_id,
  3719. is_disabled,
  3720. supplier_type
  3721. FROM
  3722. base_supplier a
  3723. WHERE
  3724. cancel_flag = 0
  3725. and a.id in(662,665,666,667,668,672,676,677,678,1001,1002,1003,1011,1012,1013,1014,1015,1016,1017,1018,1023,1024,1025,1026,1027,1028,1029,1030,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078)
  3726. AND supplier_type = 187
  3727. LIMIT 0,10
  3728. 2016-12-20 21:29:24 count:SELECT
  3729. a.id
  3730. FROM
  3731. base_supplier AS a,
  3732. base_supplier_purchase AS b
  3733. WHERE
  3734. a.id = b.supplier_id
  3735. and a.id in(662,665,666,667,668,672,676,677,678,1001,1002,1003,1011,1012,1013,1014,1015,1016,1017,1018,1023,1024,1025,1026,1027,1028,1029,1030,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078)
  3736. AND a.cancel_flag = 0
  3737. AND b.cancel_flag = 0
  3738. GROUP BY
  3739. b.supplier_id
  3740. 2016-12-20 21:29:24 select base_area:SELECT
  3741. id,
  3742. area_name
  3743. FROM
  3744. base_area
  3745. WHERE
  3746. id in(803,792,923,799)
  3747. 2016-12-20 21:29:28 select base_supplier_purchase:SELECT
  3748. supplier_id
  3749. FROM
  3750. base_supplier_purchase
  3751. WHERE
  3752. product_type = 25 and cancel_flag = 0
  3753. GROUP BY
  3754. supplier_id
  3755. 2016-12-20 21:29:28 select base_supplier:SELECT
  3756. id,
  3757. supplier_name,
  3758. area_id,
  3759. is_disabled,
  3760. supplier_type
  3761. FROM
  3762. base_supplier a
  3763. WHERE
  3764. cancel_flag = 0
  3765. and a.supplier_name like '%%苏州金鸡湖新罗酒店%%' and a.id in(662,665,666,667,668,672,676,677,678,1001,1002,1003,1011,1012,1013,1014,1015,1016,1017,1018,1023,1024,1025,1026,1027,1028,1029,1030,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078) and a.supplier_name like '%%苏州金鸡湖新罗酒店%%'
  3766. AND supplier_type = 187
  3767. LIMIT 0,10
  3768. 2016-12-20 21:29:28 count:SELECT
  3769. a.id
  3770. FROM
  3771. base_supplier AS a,
  3772. base_supplier_purchase AS b
  3773. WHERE
  3774. a.id = b.supplier_id
  3775. and a.supplier_name like '%%苏州金鸡湖新罗酒店%%' and a.id in(662,665,666,667,668,672,676,677,678,1001,1002,1003,1011,1012,1013,1014,1015,1016,1017,1018,1023,1024,1025,1026,1027,1028,1029,1030,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078) and a.supplier_name like '%%苏州金鸡湖新罗酒店%%'
  3776. AND a.cancel_flag = 0
  3777. AND b.cancel_flag = 0
  3778. GROUP BY
  3779. b.supplier_id
  3780. 2016-12-20 21:29:28 select base_area:SELECT
  3781. id,
  3782. area_name
  3783. FROM
  3784. base_area
  3785. WHERE
  3786. id in(850)
  3787. 2016-12-20 21:29:30 select base_area:SELECT
  3788. id,
  3789. area_name
  3790. FROM
  3791. base_area
  3792. WHERE
  3793. parent_id = 0
  3794. 2016-12-20 21:29:30 select base_supplier:SELECT
  3795. id,
  3796. supplier_name,
  3797. area_id,
  3798. company_name,
  3799. sett_type,
  3800. sett_frequency,
  3801. account_bank,
  3802. account_num,
  3803. account_name
  3804. FROM
  3805. base_supplier
  3806. WHERE
  3807. cancel_flag = 0
  3808. AND id = 1057
  3809. 2016-12-20 21:29:30 select base_area:SELECT
  3810. id,
  3811. area_name,
  3812. parent_id
  3813. FROM
  3814. base_area
  3815. WHERE
  3816. cancel_flag = 0
  3817. AND id = 850
  3818. 2016-12-20 21:29:30 select base_area:SELECT
  3819. id,
  3820. area_name
  3821. FROM
  3822. base_area
  3823. WHERE
  3824. cancel_flag = 0
  3825. AND id = 809
  3826. 2016-12-20 21:29:30 select base_supplier_purchase:SELECT
  3827. id,
  3828. product_type,
  3829. purchaser_name
  3830. FROM
  3831. base_supplier_purchase
  3832. WHERE
  3833. cancel_flag = 0
  3834. AND supplier_id = 1057
  3835. 2016-12-20 21:29:30 select base_supplier_link:SELECT
  3836. id,
  3837. link_name,
  3838. contact_name,
  3839. contact_mobile,
  3840. contact_telphone,
  3841. fax,
  3842. email,
  3843. remark
  3844. FROM
  3845. base_supplier_link
  3846. WHERE
  3847. cancel_flag = 0
  3848. AND supplier_id = 1057
  3849. 2016-12-20 21:29:30 select base_area:SELECT
  3850. id,
  3851. area_name
  3852. FROM
  3853. base_area
  3854. WHERE
  3855. parent_id = 809
  3856. 2016-12-20 21:29:53 select base_supplier:SELECT
  3857. id,
  3858. supplier_name,
  3859. area_id,
  3860. is_disabled,
  3861. supplier_type
  3862. FROM
  3863. base_supplier a
  3864. WHERE
  3865. cancel_flag = 0
  3866. AND supplier_type = 187
  3867. LIMIT 0,10
  3868. 2016-12-20 21:29:53 count:SELECT
  3869. a.id
  3870. FROM
  3871. base_supplier AS a,
  3872. base_supplier_purchase AS b
  3873. WHERE
  3874. a.id = b.supplier_id
  3875. AND a.cancel_flag = 0
  3876. AND b.cancel_flag = 0
  3877. GROUP BY
  3878. b.supplier_id
  3879. 2016-12-20 21:29:53 select base_area:SELECT
  3880. id,
  3881. area_name
  3882. FROM
  3883. base_area
  3884. WHERE
  3885. id in(923,803,792,1200,961)
  3886. 2016-12-20 21:32:00 select base_supplier:SELECT
  3887. id,
  3888. supplier_name,
  3889. area_id,
  3890. is_disabled,
  3891. supplier_type
  3892. FROM
  3893. base_supplier a
  3894. WHERE
  3895. cancel_flag = 0
  3896. AND supplier_type = 187
  3897. LIMIT 0,10
  3898. 2016-12-20 21:32:00 count:SELECT
  3899. a.id
  3900. FROM
  3901. base_supplier AS a,
  3902. base_supplier_purchase AS b
  3903. WHERE
  3904. a.id = b.supplier_id
  3905. AND a.cancel_flag = 0
  3906. AND b.cancel_flag = 0
  3907. GROUP BY
  3908. b.supplier_id
  3909. 2016-12-20 21:32:00 select base_area:SELECT
  3910. id,
  3911. area_name
  3912. FROM
  3913. base_area
  3914. WHERE
  3915. id in(923,803,792,1200,961)
  3916. 2016-12-20 21:32:01 select base_supplier:SELECT
  3917. id,
  3918. supplier_name,
  3919. area_id,
  3920. is_disabled,
  3921. supplier_type
  3922. FROM
  3923. base_supplier a
  3924. WHERE
  3925. cancel_flag = 0
  3926. and a.supplier_name like '%%昆山金陵大饭店%%'
  3927. AND supplier_type = 187
  3928. LIMIT 0,10
  3929. 2016-12-20 21:32:01 count:SELECT
  3930. a.id
  3931. FROM
  3932. base_supplier AS a,
  3933. base_supplier_purchase AS b
  3934. WHERE
  3935. a.id = b.supplier_id
  3936. and a.supplier_name like '%%昆山金陵大饭店%%'
  3937. AND a.cancel_flag = 0
  3938. AND b.cancel_flag = 0
  3939. GROUP BY
  3940. b.supplier_id
  3941. 2016-12-20 21:32:01 select base_area:SELECT
  3942. id,
  3943. area_name
  3944. FROM
  3945. base_area
  3946. WHERE
  3947. id in(850)
  3948. 2016-12-20 21:56:44 select base_supplier:SELECT
  3949. id,
  3950. supplier_name,
  3951. area_id,
  3952. is_disabled,
  3953. supplier_type
  3954. FROM
  3955. base_supplier a
  3956. WHERE
  3957. cancel_flag = 0
  3958. AND supplier_type = 187
  3959. LIMIT 0,10
  3960. 2016-12-20 21:56:44 count:SELECT
  3961. a.id
  3962. FROM
  3963. base_supplier AS a,
  3964. base_supplier_purchase AS b
  3965. WHERE
  3966. a.id = b.supplier_id
  3967. AND a.cancel_flag = 0
  3968. AND b.cancel_flag = 0
  3969. GROUP BY
  3970. b.supplier_id
  3971. 2016-12-20 21:56:44 select base_area:SELECT
  3972. id,
  3973. area_name
  3974. FROM
  3975. base_area
  3976. WHERE
  3977. id in(923,803,792,1200,961)
  3978. 2016-12-20 21:56:46 select base_supplier:SELECT
  3979. id,
  3980. supplier_name,
  3981. area_id,
  3982. is_disabled,
  3983. supplier_type
  3984. FROM
  3985. base_supplier a
  3986. WHERE
  3987. cancel_flag = 0
  3988. and a.supplier_name like '%%南通雷迪森大酒店%%'
  3989. AND supplier_type = 187
  3990. LIMIT 0,10
  3991. 2016-12-20 21:56:46 count:SELECT
  3992. a.id
  3993. FROM
  3994. base_supplier AS a,
  3995. base_supplier_purchase AS b
  3996. WHERE
  3997. a.id = b.supplier_id
  3998. and a.supplier_name like '%%南通雷迪森大酒店%%'
  3999. AND a.cancel_flag = 0
  4000. AND b.cancel_flag = 0
  4001. GROUP BY
  4002. b.supplier_id
  4003. 2016-12-20 21:56:46 select base_area:SELECT
  4004. id,
  4005. area_name
  4006. FROM
  4007. base_area
  4008. WHERE
  4009. id in(3331)
  4010. 2016-12-20 23:25:20 select base_supplier:SELECT
  4011. id,
  4012. supplier_name,
  4013. area_id,
  4014. is_disabled,
  4015. supplier_type
  4016. FROM
  4017. base_supplier a
  4018. WHERE
  4019. cancel_flag = 0
  4020. AND supplier_type = 187
  4021. LIMIT 0,10
  4022. 2016-12-20 23:25:20 count:SELECT
  4023. a.id
  4024. FROM
  4025. base_supplier AS a,
  4026. base_supplier_purchase AS b
  4027. WHERE
  4028. a.id = b.supplier_id
  4029. AND a.cancel_flag = 0
  4030. AND b.cancel_flag = 0
  4031. GROUP BY
  4032. b.supplier_id
  4033. 2016-12-20 23:25:20 select base_area:SELECT
  4034. id,
  4035. area_name
  4036. FROM
  4037. base_area
  4038. WHERE
  4039. id in(923,803,792,1200,961)