|
- 2016-11-06 13:34:54 select base_supplier:SELECT
- id,
- supplier_name,
- area_id,
- is_disabled,
- supplier_type
- FROM
- base_supplier
- WHERE
- cancel_flag = 0
-
- AND supplier_type = 187
- LIMIT 0,10
- 2016-11-06 13:34:54 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- id in(923,803,792)
- 2016-11-06 13:42:13 select base_supplier:SELECT
- id,
- supplier_name,
- area_id,
- is_disabled,
- supplier_type
- FROM
- base_supplier
- WHERE
- cancel_flag = 0
-
- AND supplier_type = 187
- LIMIT 0,10
- 2016-11-06 13:42:13 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- id in(923,803,792)
|