|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- 2017-01-29 09:49:38 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-01-29 09:49:38 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-01-29 09:49:38 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- id in(792,923,810)
- 2017-01-29 09:49:46 select base_supplier:SELECT
- id,
- supplier_name,
- area_id,
- is_disabled,
- supplier_type
- FROM
- base_supplier a
- WHERE
- cancel_flag = 0
- and a.supplier_name like '%%龙庭%%' and main_corp_id = 0
- AND supplier_type = 187
- LIMIT 0,10
- 2017-01-29 09:49:46 count:SELECT
- a.id
- FROM
- base_supplier AS a,
- base_supplier_purchase AS b
- WHERE
- a.id = b.supplier_id
- and a.supplier_name like '%%龙庭%%' and main_corp_id = 0
- AND a.cancel_flag = 0
- AND b.cancel_flag = 0
- GROUP BY
- b.supplier_id
- 2017-01-29 09:49:46 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- id in(923)
- 2017-01-29 09:49:48 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- parent_id = 0
- 2017-01-29 09:49:48 select base_supplier:SELECT
- id,
- supplier_name,
- area_id,
- company_name,
- sett_type,
- sett_frequency,
- account_bank,
- account_num,
- account_name
- FROM
- base_supplier
- WHERE
- cancel_flag = 0
- AND id = 1003
- 2017-01-29 09:49:48 select base_area:SELECT
- id,
- area_name,
- parent_id
- FROM
- base_area
- WHERE
- cancel_flag = 0
- AND id = 923
- 2017-01-29 09:49:48 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- cancel_flag = 0
- AND id = 922
- 2017-01-29 09:49:48 select base_supplier_purchase:SELECT
- id,
- product_type,
- purchaser_name
- FROM
- base_supplier_purchase
- WHERE
- cancel_flag = 0
- AND supplier_id = 1003
- 2017-01-29 09:49:48 select base_supplier_link:SELECT
- id,
- link_name,
- contact_name,
- contact_mobile,
- contact_telphone,
- fax,
- email,
- remark
- FROM
- base_supplier_link
- WHERE
- cancel_flag = 0
- AND supplier_id = 1003
- 2017-01-29 09:49:48 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- parent_id = 922
|