Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

63 rader
2.4 KiB

  1. 2016-11-02 10:08:16 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-02 10:08:16 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-02 14:47:08 select base_supplier:SELECT
  22. id,
  23. supplier_name,
  24. area_id,
  25. is_disabled,
  26. supplier_type
  27. FROM
  28. base_supplier
  29. WHERE
  30. cancel_flag = 0
  31. AND supplier_type = 187
  32. LIMIT 0,10
  33. 2016-11-02 14:47:08 select base_area:SELECT
  34. id,
  35. area_name
  36. FROM
  37. base_area
  38. WHERE
  39. id in(923,803,792)
  40. 2016-11-02 19:46:26 select base_supplier:SELECT
  41. id,
  42. supplier_name,
  43. area_id,
  44. is_disabled,
  45. supplier_type,
  46. manage_type
  47. FROM
  48. base_supplier
  49. WHERE
  50. cancel_flag = 0
  51. AND supplier_type = 301
  52. LIMIT 0,10
  53. 2016-11-02 19:46:26 select base_area:SELECT
  54. id,
  55. area_name
  56. FROM
  57. base_area
  58. WHERE
  59. id in(4,797,7,1966,794,810)