-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest1.sql
More file actions
19 lines (17 loc) · 866 Bytes
/
test1.sql
File metadata and controls
19 lines (17 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{'agency_id_list': [],
'app_list': ['C', 'B'],
'area_id_list': [],
'city_id_list': [],
'data_source_id_list': [1,2,3],
'district_id_list': [],
'flow_list': [0, 1],
'house_type_list': [1,2,3,4],
'is_local_test': False,
'is_open': True,
'neighborhood_id_list': [],
'operation': 0,
'source_list': ['android', 'h5', 'pc','tt_microapp']}
INSERT INTO `rule_config` (, `name`, `author`, `content`, `status`, `updated_at`, `created_at`, `lm`)
VALUES (, '规则', 'zhuchao.kn',
'{\"is_open\":true,\"city_id_list\":[4261],\"house_type_list\":[2],\"source_list\":[\"android\",\"h5\",\"pc\"],\"app_list\":[\"C\",\"B\"],\"flow_list\":[0,1],\"agency_id_list\":[],\"district_id_list\":[],\"area_id_list\":[],\"neighborhood_id_list\":[],\"data_source_id_list\":[1],\"operation\":0,\"is_local_test\":true}',
0, '2019-03-14 20:15:44', '2018-11-12 15:39:40', ''),