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.
 
 
 
 

143 lines
5.4 KiB

  1. 2016-11-23 18:52:48 select base_supplier:SELECT
  2. id,
  3. supplier_name,
  4. area_id,
  5. is_disabled,
  6. supplier_type
  7. FROM
  8. base_supplier
  9. WHERE
  10. cancel_flag = 0
  11. AND supplier_type = 187
  12. LIMIT 0,10
  13. 2016-11-23 18:52:48 select base_area:SELECT
  14. id,
  15. area_name
  16. FROM
  17. base_area
  18. WHERE
  19. id in(923,803,792,1200)
  20. 2016-11-23 18:52:49 select base_area:SELECT
  21. id,
  22. area_name
  23. FROM
  24. base_area
  25. WHERE
  26. parent_id = 0
  27. 2016-11-23 18:52:49 select base_area:SELECT
  28. id,
  29. area_name
  30. FROM
  31. base_area
  32. WHERE
  33. parent_id = 1
  34. 2016-11-23 18:52:51 check base_supplier:SELECT
  35. supplier_name
  36. FROM
  37. base_supplier
  38. WHERE
  39. cancel_flag = 0
  40. AND supplier_type = 187
  41. AND supplier_name = ''
  42. 2016-11-23 18:52:56 check base_supplier:SELECT
  43. supplier_name
  44. FROM
  45. base_supplier
  46. WHERE
  47. cancel_flag = 0
  48. AND supplier_type = 187
  49. AND supplier_name = '上海国际旅游度假区亚朵酒店'
  50. 2016-11-23 18:53:10 check base_supplier:SELECT
  51. supplier_name
  52. FROM
  53. base_supplier
  54. WHERE
  55. cancel_flag = 0
  56. AND supplier_type = 187
  57. AND supplier_name = '上海国际旅游度假区亚朵酒店'
  58. 2016-11-23 18:53:12 select base_area:SELECT
  59. id,
  60. area_name
  61. FROM
  62. base_area
  63. WHERE
  64. parent_id = 791
  65. 2016-11-23 18:53:35 INSERT INTO base_supplier:INSERT INTO base_supplier (
  66. create_user_id,
  67. create_time,
  68. supplier_type,
  69. supplier_name,
  70. area_id,
  71. company_name,
  72. is_disabled,
  73. sett_type,
  74. sett_frequency,
  75. account_bank,
  76. account_num,
  77. account_name
  78. )
  79. VALUES
  80. (162,'2016-11-23 18:53:35',187,'上海国际旅游度假区亚朵酒店',803,'上海国际旅游度假区亚朵酒店',0,288,294,'','','')
  81. 2016-11-23 18:53:35 INSERT INTO base_supplier_purchase:INSERT INTO base_supplier_purchase (
  82. create_user_id,
  83. create_time,
  84. supplier_id,
  85. product_type,
  86. purchaser_name
  87. )
  88. VALUES (162,'2016-11-23 18:53:35',176,25,'邵佳楠')
  89. 2016-11-23 18:53:35 INSERT INTO base_supplier_link:INSERT INTO base_supplier_link (
  90. create_user_id,
  91. create_time,
  92. supplier_id,
  93. link_name,
  94. contact_name,
  95. contact_mobile,
  96. contact_telphone,
  97. fax,
  98. email,
  99. remark
  100. )
  101. VALUES (162,'2016-11-23 18:53:35',176,'预订部','邵星星','','','','','')
  102. 2016-11-23 18:53:37 select base_supplier:SELECT
  103. id,
  104. supplier_name,
  105. area_id,
  106. is_disabled,
  107. supplier_type
  108. FROM
  109. base_supplier
  110. WHERE
  111. cancel_flag = 0
  112. AND supplier_type = 187
  113. LIMIT 0,10
  114. 2016-11-23 18:53:37 select base_area:SELECT
  115. id,
  116. area_name
  117. FROM
  118. base_area
  119. WHERE
  120. id in(923,803,792,1200)
  121. 2016-11-23 18:53:45 select base_supplier:SELECT
  122. id,
  123. supplier_name,
  124. area_id,
  125. is_disabled,
  126. supplier_type
  127. FROM
  128. base_supplier
  129. WHERE
  130. cancel_flag = 0
  131. AND supplier_type = 187
  132. LIMIT 0,10
  133. 2016-11-23 18:53:45 select base_area:SELECT
  134. id,
  135. area_name
  136. FROM
  137. base_area
  138. WHERE
  139. id in(923,803,792,1200)