|
- 2017-02-02 09:21:33 select base_supplier:SELECT
- id,
- supplier_name,
- area_id,
- is_disabled,
- supplier_type
- FROM
- base_supplier a
- WHERE
- cancel_flag = 0
- and main_corp_id = 0
- AND supplier_type = 187
- LIMIT 0,10
- 2017-02-02 09:21:33 count:SELECT
- a.id
- FROM
- base_supplier AS a,
- base_supplier_purchase AS b
- WHERE
- a.id = b.supplier_id
- and main_corp_id = 0
- AND a.cancel_flag = 0
- AND b.cancel_flag = 0
- GROUP BY
- b.supplier_id
- 2017-02-02 09:21:33 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- id in(792,923,810)
- 2017-02-02 09:55:40 select base_supplier:SELECT
- id,
- supplier_name,
- area_id,
- is_disabled,
- supplier_type,
- manage_type
- FROM
- base_supplier
- WHERE
- cancel_flag = 0
- and main_corp_id = 0
- AND supplier_type = 301
- LIMIT 0,10
- 2017-02-02 09:55:40 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- id in(792,810,794,850)
- 2017-02-02 12:51:31 select base_supplier:SELECT
- id,
- supplier_name,
- area_id,
- is_disabled,
- supplier_type,
- manage_type
- FROM
- base_supplier
- WHERE
- cancel_flag = 0
- and main_corp_id = 0
- AND supplier_type = 301
- LIMIT 0,10
- 2017-02-02 12:51:31 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- id in(792,810,794,850)
|