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.
 
 
 
 

969 lines
35 KiB

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