|
- 2016-09-27 17:30:43 select base_supplier:SELECT
- a.id,
- a.supplier_name,
- a.area_id,
- a.is_disabled,
- a.supplier_type,
- a.manage_type,
- group_concat(b.product_type) as product_type
- group_concat(b.parent_type) as parent_type
- FROM
- base_supplier AS a,
- base_supplier_sale AS b
- WHERE
- a.id = b.supplier_id
-
- AND a.cancel_flag = 0
- AND b.cancel_flag = 0
- GROUP BY
- b.supplier_id
- LIMIT 0,10
- 2016-09-27 17:31:19 select base_supplier:SELECT
- a.id,
- a.supplier_name,
- a.area_id,
- a.is_disabled,
- a.supplier_type,
- a.manage_type,
- group_concat(b.product_type) as product_type
- group_concat(b.parent_type) as parent_type
- FROM
- base_supplier AS a,
- base_supplier_sale AS b
- WHERE
- a.id = b.supplier_id
-
- AND a.cancel_flag = 0
- AND b.cancel_flag = 0
- GROUP BY
- b.supplier_id
- LIMIT 0,10
- 2016-09-27 17:31:26 select base_supplier:SELECT
- a.id,
- a.supplier_name,
- a.area_id,
- a.is_disabled,
- a.supplier_type,
- a.manage_type,
- group_concat(b.product_type) as product_type
- group_concat(b.parent_type) as parent_type
- FROM
- base_supplier AS a,
- base_supplier_sale AS b
- WHERE
- a.id = b.supplier_id
-
- AND a.cancel_flag = 0
- AND b.cancel_flag = 0
- GROUP BY
- b.supplier_id
- LIMIT 0,10
- 2016-09-27 17:31:59 select base_supplier:SELECT
- a.id,
- a.supplier_name,
- a.area_id,
- a.is_disabled,
- a.supplier_type,
- a.manage_type,
- group_concat(b.product_type) as product_type,
- group_concat(b.parent_type) as parent_type
- FROM
- base_supplier AS a,
- base_supplier_sale AS b
- WHERE
- a.id = b.supplier_id
-
- AND a.cancel_flag = 0
- AND b.cancel_flag = 0
- GROUP BY
- b.supplier_id
- LIMIT 0,10
- 2016-09-27 17:31:59 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- id in(2)
- 2016-09-27 17:32:55 select base_supplier:SELECT
- a.id,
- a.supplier_name,
- a.area_id,
- a.is_disabled,
- a.supplier_type,
- a.manage_type,
- group_concat(b.product_type) as product_type,
- group_concat(b.parent_type) as parent_type
- FROM
- base_supplier AS a,
- base_supplier_sale AS b
- WHERE
- a.id = b.supplier_id
-
- AND a.cancel_flag = 0
- AND b.cancel_flag = 0
- GROUP BY
- b.supplier_id
- LIMIT 0,10
- 2016-09-27 17:32:55 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- id in(2)
- 2016-09-27 17:43:26 select base_supplier:SELECT
- a.id,
- a.supplier_name,
- a.area_id,
- a.is_disabled,
- a.supplier_type,
- a.manage_type,
- group_concat(b.product_type) as product_type,
- group_concat(b.parent_type) as parent_type
- FROM
- base_supplier AS a,
- base_supplier_sale AS b
- WHERE
- a.id = b.supplier_id
-
- AND a.cancel_flag = 0
- AND b.cancel_flag = 0
- GROUP BY
- b.supplier_id
- LIMIT 0,10
- 2016-09-27 17:43:26 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- id in(2)
- 2016-09-27 17:44:02 select base_supplier:SELECT
- a.id,
- a.supplier_name,
- a.area_id,
- a.is_disabled,
- a.supplier_type,
- a.manage_type,
- group_concat(b.product_type) as product_type,
- group_concat(b.parent_type) as parent_type
- FROM
- base_supplier AS a,
- base_supplier_sale AS b
- WHERE
- a.id = b.supplier_id
-
- AND a.cancel_flag = 0
- AND b.cancel_flag = 0
- GROUP BY
- b.supplier_id
- LIMIT 0,10
- 2016-09-27 17:44:02 select base_area:SELECT
- id,
- area_name
- FROM
- base_area
- WHERE
- id in(2)
- 2016-09-27 20:05:11 checkUserName base_user:SELECT
- user_name
- FROM
- base_user
- WHERE
- user_name = zhangsanfeng
- 2016-09-27 20:06:05 checkUserName base_user:SELECT
- user_name
- FROM
- base_user
- WHERE
- user_name = zhangsanfeng
- 2016-09-27 20:06:30 checkUserName base_user:SELECT
- user_name
- FROM
- base_user
- WHERE
- user_name = 'zhangsanfeng'
- 2016-09-27 20:06:30 insertUser base_user:INSERT INTO base_user (
- create_user_id,
- create_time,
- user_name,
- org_id,
- top_org_id,
- user_password,
- true_name,
- phone_no,
- `status`
- )
- VALUE
- (1, '2016-09-27 20:06:30', 'zhangsanfeng', 23, 23, '8c052db23a2220d3856c7f0039195362', 'zhangsanfeng', '1513515135135',0)
- 2016-09-27 20:08:22 checkUserName base_user:SELECT
- user_name
- FROM
- base_user
- WHERE
- user_name = 'zhangsanfeng'
- 2016-09-27 20:08:22 insertUser base_user:INSERT INTO base_user (
- create_user_id,
- create_time,
- user_name,
- org_id,
- top_org_id,
- user_password,
- true_name,
- phone_no,
- `status`
- )
- VALUE
- (1, '2016-09-27 20:08:22', 'zhangsanfeng', 23, 23, '8c052db23a2220d3856c7f0039195362', 'zhangsanfeng', '1513515135135',0)
- 2016-09-27 20:38:00 getListUser base_user:SELECT
- id,
- true_name,
- `status`
- FROM
- base_user
- WHERE
- concel_flag = 0
- AND org_id = 26
- 2016-09-27 20:38:29 getListUser base_user:SELECT
- id,
- true_name,
- status
- FROM
- base_user
- WHERE
- concel_flag = 0
- AND org_id = 26
- 2016-09-27 20:38:41 getListUser base_user:SELECT
- id,
- true_name,
- status
- FROM
- base_user
- WHERE
- concel_flag = 0
- AND org_id = 26
- 2016-09-27 20:39:16 getListUser base_user:SELECT
- id,
- true_name,
- `status`
- FROM
- base_user
- WHERE
- cancel_flag = 0
- AND org_id = 26
|