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.
 
 
 
 

41 lines
1.5 KiB

  1. 2016-11-06 13:34:54 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-06 13:34:54 select base_area:SELECT
  14. id,
  15. area_name
  16. FROM
  17. base_area
  18. WHERE
  19. id in(923,803,792)
  20. 2016-11-06 13:42:13 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-06 13:42:13 select base_area:SELECT
  33. id,
  34. area_name
  35. FROM
  36. base_area
  37. WHERE
  38. id in(923,803,792)