|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- 2016-11-02 10:08:16 select base_supplier:SELECT
- id,
- supplier_name,
- area_id,
- is_disabled,
- supplier_type,
- manage_type
- FROM
- base_supplier
- WHERE
- cancel_flag = 0
-
- AND supplier_type = 301
- LIMIT 0,10
- 2016-11-02 10:08:16 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- id in(4,797,7,1966,794,810)
- 2016-11-02 14:47:08 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-02 14:47:08 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- id in(923,803,792)
- 2016-11-02 19:46:26 select base_supplier:SELECT
- id,
- supplier_name,
- area_id,
- is_disabled,
- supplier_type,
- manage_type
- FROM
- base_supplier
- WHERE
- cancel_flag = 0
-
- AND supplier_type = 301
- LIMIT 0,10
- 2016-11-02 19:46:26 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- id in(4,797,7,1966,794,810)
|