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.
 
 
 
 

122 lines
4.7 KiB

  1. 2016-11-14 09:05:51 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-14 09:05:51 select base_area:SELECT
  14. id,
  15. area_name
  16. FROM
  17. base_area
  18. WHERE
  19. id in(923,803,792,1200,810)
  20. 2016-11-14 09:15:52 select base_supplier:SELECT
  21. id,
  22. supplier_name,
  23. area_id,
  24. is_disabled,
  25. supplier_type
  26. FROM
  27. base_supplier
  28. WHERE
  29. cancel_flag = 0
  30. AND supplier_type = 187
  31. LIMIT 0,10
  32. 2016-11-14 09:15:52 select base_area:SELECT
  33. id,
  34. area_name
  35. FROM
  36. base_area
  37. WHERE
  38. id in(923,803,792,1200,810)
  39. 2016-11-14 09:16:04 select base_supplier:SELECT
  40. id,
  41. supplier_name,
  42. area_id,
  43. is_disabled,
  44. supplier_type
  45. FROM
  46. base_supplier
  47. WHERE
  48. cancel_flag = 0
  49. AND supplier_type = 187
  50. LIMIT 0,10
  51. 2016-11-14 09:16:04 select base_area:SELECT
  52. id,
  53. area_name
  54. FROM
  55. base_area
  56. WHERE
  57. id in(923,803,792,1200,810)
  58. 2016-11-14 16:45:19 select base_supplier:SELECT
  59. id,
  60. supplier_name,
  61. area_id,
  62. is_disabled,
  63. supplier_type
  64. FROM
  65. base_supplier
  66. WHERE
  67. cancel_flag = 0
  68. AND supplier_type = 187
  69. LIMIT 0,10
  70. 2016-11-14 16:45:19 select base_area:SELECT
  71. id,
  72. area_name
  73. FROM
  74. base_area
  75. WHERE
  76. id in(923,803,792,1200,810)
  77. 2016-11-14 18:13:30 select base_supplier:SELECT
  78. id,
  79. supplier_name,
  80. area_id,
  81. is_disabled,
  82. supplier_type
  83. FROM
  84. base_supplier
  85. WHERE
  86. cancel_flag = 0
  87. AND supplier_type = 187
  88. LIMIT 0,10
  89. 2016-11-14 18:13:30 select base_area:SELECT
  90. id,
  91. area_name
  92. FROM
  93. base_area
  94. WHERE
  95. id in(923,803,792,1200,810)
  96. 2016-11-14 18:13:32 select base_supplier:SELECT
  97. id,
  98. supplier_name,
  99. area_id,
  100. is_disabled,
  101. supplier_type,
  102. manage_type
  103. FROM
  104. base_supplier
  105. WHERE
  106. cancel_flag = 0
  107. AND supplier_type = 301
  108. LIMIT 0,10
  109. 2016-11-14 18:13:32 select base_area:SELECT
  110. id,
  111. area_name
  112. FROM
  113. base_area
  114. WHERE
  115. id in(4,797,7,1966,794,810)