所有日志scenefile和http的req相关内容修改为admin才可展示。

全量下发及批量下发增加可信证书业务处理
This commit is contained in:
DuanDongmei
2018-12-08 17:54:59 +08:00
parent 178181478f
commit a30bd855dd
44 changed files with 157 additions and 102 deletions

View File

@@ -0,0 +1,6 @@
update function_region_dict set config_region_code=1 where dict_id=8;
update function_region_dict set config_region_code=2 where dict_id=16;
update function_region_dict set config_region_code=3 where dict_id=161;
update function_region_dict set config_region_code=0 where dict_id=208;
update function_service_dict set region_code=1 where dict_id=16;
update function_service_dict set region_code=1 where dict_id=17;