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.
 
 
 
 

75 lines
3.0 KiB

  1. 2017-02-02 09:21:33 select base_supplier:SELECT
  2. id,
  3. supplier_name,
  4. area_id,
  5. is_disabled,
  6. supplier_type
  7. FROM
  8. base_supplier a
  9. WHERE
  10. cancel_flag = 0
  11. and main_corp_id = 0
  12. AND supplier_type = 187
  13. LIMIT 0,10
  14. 2017-02-02 09:21:33 count:SELECT
  15. a.id
  16. FROM
  17. base_supplier AS a,
  18. base_supplier_purchase AS b
  19. WHERE
  20. a.id = b.supplier_id
  21. and main_corp_id = 0
  22. AND a.cancel_flag = 0
  23. AND b.cancel_flag = 0
  24. GROUP BY
  25. b.supplier_id
  26. 2017-02-02 09:21:33 select base_area:SELECT
  27. id,
  28. area_name
  29. FROM
  30. base_area
  31. WHERE
  32. id in(792,923,810)
  33. 2017-02-02 09:55:40 select base_supplier:SELECT
  34. id,
  35. supplier_name,
  36. area_id,
  37. is_disabled,
  38. supplier_type,
  39. manage_type
  40. FROM
  41. base_supplier
  42. WHERE
  43. cancel_flag = 0
  44. and main_corp_id = 0
  45. AND supplier_type = 301
  46. LIMIT 0,10
  47. 2017-02-02 09:55:40 select base_area:SELECT
  48. id,
  49. area_name
  50. FROM
  51. base_area
  52. WHERE
  53. id in(792,810,794,850)
  54. 2017-02-02 12:51:31 select base_supplier:SELECT
  55. id,
  56. supplier_name,
  57. area_id,
  58. is_disabled,
  59. supplier_type,
  60. manage_type
  61. FROM
  62. base_supplier
  63. WHERE
  64. cancel_flag = 0
  65. and main_corp_id = 0
  66. AND supplier_type = 301
  67. LIMIT 0,10
  68. 2017-02-02 12:51:31 select base_area:SELECT
  69. id,
  70. area_name
  71. FROM
  72. base_area
  73. WHERE
  74. id in(792,810,794,850)