|
- 2016-11-23 18:52:48 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-23 18:52:48 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- id in(923,803,792,1200)
- 2016-11-23 18:52:49 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- parent_id = 0
- 2016-11-23 18:52:49 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- parent_id = 1
- 2016-11-23 18:52:51 check base_supplier:SELECT
- supplier_name
- FROM
- base_supplier
- WHERE
- cancel_flag = 0
- AND supplier_type = 187
- AND supplier_name = ''
- 2016-11-23 18:52:56 check base_supplier:SELECT
- supplier_name
- FROM
- base_supplier
- WHERE
- cancel_flag = 0
- AND supplier_type = 187
- AND supplier_name = '上海国际旅游度假区亚朵酒店'
- 2016-11-23 18:53:10 check base_supplier:SELECT
- supplier_name
- FROM
- base_supplier
- WHERE
- cancel_flag = 0
- AND supplier_type = 187
- AND supplier_name = '上海国际旅游度假区亚朵酒店'
- 2016-11-23 18:53:12 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- parent_id = 791
- 2016-11-23 18:53:35 INSERT INTO base_supplier:INSERT INTO base_supplier (
- create_user_id,
- create_time,
- supplier_type,
- supplier_name,
- area_id,
- company_name,
- is_disabled,
- sett_type,
- sett_frequency,
- account_bank,
- account_num,
- account_name
- )
- VALUES
- (162,'2016-11-23 18:53:35',187,'上海国际旅游度假区亚朵酒店',803,'上海国际旅游度假区亚朵酒店',0,288,294,'','','')
- 2016-11-23 18:53:35 INSERT INTO base_supplier_purchase:INSERT INTO base_supplier_purchase (
- create_user_id,
- create_time,
- supplier_id,
- product_type,
- purchaser_name
- )
- VALUES (162,'2016-11-23 18:53:35',176,25,'邵佳楠')
- 2016-11-23 18:53:35 INSERT INTO base_supplier_link:INSERT INTO base_supplier_link (
- create_user_id,
- create_time,
- supplier_id,
- link_name,
- contact_name,
- contact_mobile,
- contact_telphone,
- fax,
- email,
- remark
- )
- VALUES (162,'2016-11-23 18:53:35',176,'预订部','邵星星','','','','','')
- 2016-11-23 18:53:37 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-23 18:53:37 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- id in(923,803,792,1200)
- 2016-11-23 18:53:45 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-23 18:53:45 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- id in(923,803,792,1200)
|