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.
 
 
 
 

514 rivejä
19 KiB

  1. 2016-11-19 12:06:10 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-11-19 12:06:10 select base_area:SELECT
  15. id,
  16. area_name
  17. FROM
  18. base_area
  19. WHERE
  20. id in(4,797,7,1966,794,810)
  21. 2016-11-19 12:06:14 select base_supplier:SELECT
  22. id,
  23. supplier_name,
  24. area_id,
  25. is_disabled,
  26. supplier_type,
  27. manage_type
  28. FROM
  29. base_supplier
  30. WHERE
  31. cancel_flag = 0
  32. AND supplier_type = 301
  33. LIMIT 10,10
  34. 2016-11-19 12:06:14 select base_area:SELECT
  35. id,
  36. area_name
  37. FROM
  38. base_area
  39. WHERE
  40. id in(810,850,792,797)
  41. 2016-11-19 12:06:16 select base_supplier:SELECT
  42. id,
  43. supplier_name,
  44. area_id,
  45. is_disabled,
  46. supplier_type,
  47. manage_type
  48. FROM
  49. base_supplier
  50. WHERE
  51. cancel_flag = 0
  52. AND supplier_type = 301
  53. LIMIT 20,10
  54. 2016-11-19 12:06:16 select base_area:SELECT
  55. id,
  56. area_name
  57. FROM
  58. base_area
  59. WHERE
  60. id in(850,807)
  61. 2016-11-19 12:06:23 select base_area:SELECT
  62. id,
  63. area_name
  64. FROM
  65. base_area
  66. WHERE
  67. parent_id = 0
  68. 2016-11-19 12:06:23 select base_area:SELECT
  69. id,
  70. area_name
  71. FROM
  72. base_area
  73. WHERE
  74. parent_id = 1
  75. 2016-11-19 12:06:23 select base_supplier:SELECT
  76. id,
  77. supplier_name,
  78. area_id,
  79. manage_type,
  80. company_name,
  81. id_card,
  82. sett_type,
  83. sett_frequency,
  84. account_bank,
  85. account_num,
  86. account_name,
  87. sales_man
  88. FROM
  89. base_supplier
  90. WHERE
  91. cancel_flag = 0
  92. AND id = 164
  93. 2016-11-19 12:06:23 select base_area:SELECT
  94. id,
  95. area_name,
  96. parent_id
  97. FROM
  98. base_area
  99. WHERE
  100. cancel_flag = 0
  101. AND id = 807
  102. 2016-11-19 12:06:23 select base_area:SELECT
  103. id,
  104. area_name
  105. FROM
  106. base_area
  107. WHERE
  108. cancel_flag = 0
  109. AND id = 791
  110. 2016-11-19 12:06:23 select base_supplier_sale:SELECT
  111. id,
  112. prod_supplier_id,
  113. product_type,
  114. parent_type,
  115. sale_type,
  116. commision_flag,
  117. commision_type,
  118. back_commision_type,
  119. back_commision_method,
  120. back_percent,
  121. back_value
  122. FROM
  123. base_supplier_sale
  124. WHERE
  125. cancel_flag = 0
  126. AND supplier_id = 164
  127. 2016-11-19 12:06:23 select base_supplier_link:SELECT
  128. id,
  129. link_name,
  130. contact_name,
  131. contact_mobile,
  132. contact_telphone,
  133. fax,
  134. email,
  135. remark
  136. FROM
  137. base_supplier_link
  138. WHERE
  139. cancel_flag = 0
  140. AND supplier_id = 164
  141. 2016-11-19 12:06:23 select base_area:SELECT
  142. id,
  143. area_name
  144. FROM
  145. base_area
  146. WHERE
  147. parent_id = 791
  148. 2016-11-19 12:06:48 getDbSale base_supplier_sale:SELECT
  149. id AS sale_id,
  150. prod_supplier_id,
  151. product_type,
  152. parent_type,
  153. sale_type,
  154. commision_flag,
  155. commision_type,
  156. back_commision_type,
  157. back_commision_method,
  158. back_percent,
  159. back_value
  160. FROM
  161. base_supplier_sale
  162. WHERE
  163. cancel_flag = 0
  164. AND supplier_id = 164
  165. 2016-11-19 12:06:48 getDbLink base_supplier_link:SELECT
  166. id as link_id,
  167. link_name,
  168. contact_name,
  169. contact_mobile,
  170. contact_telphone,
  171. fax,
  172. email,
  173. remark
  174. FROM
  175. base_supplier_link
  176. WHERE
  177. cancel_flag = 0
  178. AND supplier_id = 164
  179. 2016-11-19 12:06:48 getDbChannel base_supplier:SELECT
  180. supplier_name,
  181. area_id,
  182. manage_type,
  183. company_name,
  184. id_card,
  185. sett_type,
  186. sett_frequency,
  187. account_bank,
  188. account_num,
  189. account_name,
  190. sales_man
  191. FROM
  192. base_supplier
  193. WHERE
  194. cancel_flag = 0
  195. AND id = 164
  196. 2016-11-19 12:06:48 UPDATE base_supplier:UPDATE base_supplier
  197. SET update_user_id = 1,update_time = '2016-11-19 12:06:48',supplier_name = '官方微信',area_id = '800',manage_type = '1',company_name = '上海蜘蛛行国际旅行公司',id_card = '',sett_type = '275',sett_frequency = '295',account_bank = '招商银行',account_num = '9999999999',account_name = '蜘蛛账号',sales_man = '吴昊'
  198. WHERE
  199. id = 164
  200. 2016-11-19 12:06:50 select base_supplier:SELECT
  201. id,
  202. supplier_name,
  203. area_id,
  204. is_disabled,
  205. supplier_type,
  206. manage_type
  207. FROM
  208. base_supplier
  209. WHERE
  210. cancel_flag = 0
  211. AND supplier_type = 301
  212. LIMIT 0,10
  213. 2016-11-19 12:06:50 select base_area:SELECT
  214. id,
  215. area_name
  216. FROM
  217. base_area
  218. WHERE
  219. id in(4,797,7,1966,794,810)
  220. 2016-11-19 12:09:09 select base_supplier:SELECT
  221. id,
  222. supplier_name,
  223. area_id,
  224. is_disabled,
  225. supplier_type,
  226. manage_type
  227. FROM
  228. base_supplier
  229. WHERE
  230. cancel_flag = 0
  231. AND supplier_type = 301
  232. LIMIT 10,10
  233. 2016-11-19 12:09:09 select base_area:SELECT
  234. id,
  235. area_name
  236. FROM
  237. base_area
  238. WHERE
  239. id in(810,850,792,797)
  240. 2016-11-19 12:09:10 select base_supplier:SELECT
  241. id,
  242. supplier_name,
  243. area_id,
  244. is_disabled,
  245. supplier_type,
  246. manage_type
  247. FROM
  248. base_supplier
  249. WHERE
  250. cancel_flag = 0
  251. AND supplier_type = 301
  252. LIMIT 0,10
  253. 2016-11-19 12:09:10 select base_area:SELECT
  254. id,
  255. area_name
  256. FROM
  257. base_area
  258. WHERE
  259. id in(4,797,7,1966,794,810)
  260. 2016-11-19 12:09:18 select base_area:SELECT
  261. id,
  262. area_name
  263. FROM
  264. base_area
  265. WHERE
  266. parent_id = 0
  267. 2016-11-19 12:09:18 select base_area:SELECT
  268. id,
  269. area_name
  270. FROM
  271. base_area
  272. WHERE
  273. parent_id = 1
  274. 2016-11-19 12:09:25 check base_supplier:SELECT
  275. supplier_name
  276. FROM
  277. base_supplier
  278. WHERE
  279. cancel_flag = 0
  280. AND supplier_type = 301
  281. AND supplier_name = '携程酒店'
  282. 2016-11-19 12:09:27 select base_area:SELECT
  283. id,
  284. area_name
  285. FROM
  286. base_area
  287. WHERE
  288. parent_id = 791
  289. 2016-11-19 12:11:19 INSERT INTO base_supplier:INSERT INTO base_supplier (
  290. create_user_id,
  291. create_time,
  292. supplier_type,
  293. supplier_name,
  294. area_id,
  295. manage_type,
  296. company_name,
  297. id_card,
  298. is_disabled,
  299. sett_type,
  300. sett_frequency,
  301. account_bank,
  302. account_num,
  303. account_name,
  304. sales_man
  305. )
  306. VALUES
  307. (1,'2016-11-19 12:11:19',301,'携程酒店',794,1,'携程电子商务有限公司','',0,275,295,'','','','王海顺')
  308. 2016-11-19 12:11:19 INSERT INTO base_supplier_purchase:INSERT INTO base_supplier_sale (
  309. create_user_id,
  310. create_time,
  311. supplier_id,
  312. prod_supplier_id,
  313. product_type,
  314. parent_type,
  315. sale_type,
  316. commision_flag,
  317. commision_type,
  318. back_commision_type,
  319. back_commision_method,
  320. back_percent,
  321. back_value
  322. )
  323. VALUES (1,'2016-11-19 12:11:19',169,0,0,25,177,0,0,0,0,'0','0')
  324. 2016-11-19 12:11:20 select base_supplier:SELECT
  325. id,
  326. supplier_name,
  327. area_id,
  328. is_disabled,
  329. supplier_type,
  330. manage_type
  331. FROM
  332. base_supplier
  333. WHERE
  334. cancel_flag = 0
  335. AND supplier_type = 301
  336. LIMIT 0,10
  337. 2016-11-19 12:11:20 select base_area:SELECT
  338. id,
  339. area_name
  340. FROM
  341. base_area
  342. WHERE
  343. id in(4,797,7,1966,794,810)
  344. 2016-11-19 12:11:23 select base_supplier:SELECT
  345. id,
  346. supplier_name,
  347. area_id,
  348. is_disabled,
  349. supplier_type,
  350. manage_type
  351. FROM
  352. base_supplier
  353. WHERE
  354. cancel_flag = 0
  355. AND supplier_type = 301
  356. LIMIT 20,10
  357. 2016-11-19 12:11:23 select base_area:SELECT
  358. id,
  359. area_name
  360. FROM
  361. base_area
  362. WHERE
  363. id in(850,800,794)
  364. 2016-11-19 12:11:27 select base_supplier:SELECT
  365. id,
  366. supplier_name,
  367. area_id,
  368. is_disabled,
  369. supplier_type,
  370. manage_type
  371. FROM
  372. base_supplier
  373. WHERE
  374. cancel_flag = 0
  375. AND supplier_type = 301
  376. LIMIT 0,10
  377. 2016-11-19 12:11:27 select base_area:SELECT
  378. id,
  379. area_name
  380. FROM
  381. base_area
  382. WHERE
  383. id in(4,797,7,1966,794,810)
  384. 2016-11-19 12:11:29 select base_area:SELECT
  385. id,
  386. area_name
  387. FROM
  388. base_area
  389. WHERE
  390. parent_id = 0
  391. 2016-11-19 12:11:30 select base_area:SELECT
  392. id,
  393. area_name
  394. FROM
  395. base_area
  396. WHERE
  397. parent_id = 1
  398. 2016-11-19 12:11:36 check base_supplier:SELECT
  399. supplier_name
  400. FROM
  401. base_supplier
  402. WHERE
  403. cancel_flag = 0
  404. AND supplier_type = 301
  405. AND supplier_name = '艺龙酒店'
  406. 2016-11-19 12:11:38 select base_area:SELECT
  407. id,
  408. area_name
  409. FROM
  410. base_area
  411. WHERE
  412. parent_id = 791
  413. 2016-11-19 12:12:25 check base_supplier:SELECT
  414. supplier_name
  415. FROM
  416. base_supplier
  417. WHERE
  418. cancel_flag = 0
  419. AND supplier_type = 301
  420. AND supplier_name = '艺龙酒店'
  421. 2016-11-19 12:12:26 select base_area:SELECT
  422. id,
  423. area_name
  424. FROM
  425. base_area
  426. WHERE
  427. parent_id = 1
  428. 2016-11-19 12:13:08 INSERT INTO base_supplier:INSERT INTO base_supplier (
  429. create_user_id,
  430. create_time,
  431. supplier_type,
  432. supplier_name,
  433. area_id,
  434. manage_type,
  435. company_name,
  436. id_card,
  437. is_disabled,
  438. sett_type,
  439. sett_frequency,
  440. account_bank,
  441. account_num,
  442. account_name,
  443. sales_man
  444. )
  445. VALUES
  446. (1,'2016-11-19 12:13:08',301,'艺龙酒店',2,1,'艺龙旅行网','',0,275,295,'','','','王海顺')
  447. 2016-11-19 12:13:08 INSERT INTO base_supplier_purchase:INSERT INTO base_supplier_sale (
  448. create_user_id,
  449. create_time,
  450. supplier_id,
  451. prod_supplier_id,
  452. product_type,
  453. parent_type,
  454. sale_type,
  455. commision_flag,
  456. commision_type,
  457. back_commision_type,
  458. back_commision_method,
  459. back_percent,
  460. back_value
  461. )
  462. VALUES (1,'2016-11-19 12:13:08',170,0,0,25,177,0,0,0,0,'0','0')
  463. 2016-11-19 12:13:10 select base_supplier:SELECT
  464. id,
  465. supplier_name,
  466. area_id,
  467. is_disabled,
  468. supplier_type,
  469. manage_type
  470. FROM
  471. base_supplier
  472. WHERE
  473. cancel_flag = 0
  474. AND supplier_type = 301
  475. LIMIT 0,10
  476. 2016-11-19 12:13:10 select base_area:SELECT
  477. id,
  478. area_name
  479. FROM
  480. base_area
  481. WHERE
  482. id in(4,797,7,1966,794,810)
  483. 2016-11-19 12:13:12 select base_supplier:SELECT
  484. id,
  485. supplier_name,
  486. area_id,
  487. is_disabled,
  488. supplier_type,
  489. manage_type
  490. FROM
  491. base_supplier
  492. WHERE
  493. cancel_flag = 0
  494. AND supplier_type = 301
  495. LIMIT 20,10
  496. 2016-11-19 12:13:12 select base_area:SELECT
  497. id,
  498. area_name
  499. FROM
  500. base_area
  501. WHERE
  502. id in(850,800,794,2)