(1)域名列表配置状态一列替换为系统字典

(2)ip配置新增/修改时cfg_region_code,cfg_type两个字段的值修复
(3)ip审核不再调用maat_service字典,改为根据配置的cfg_type字段结合function_region_dict字典的is_maat字段判断下发方式。maat_service字典只有ip导入时使用。
This commit is contained in:
wangxin
2018-08-07 13:05:00 +08:00
parent 10dd90c974
commit 91f0ede041
9 changed files with 64 additions and 47 deletions

View File

@@ -1056,4 +1056,5 @@ Maintenance=Advanced
Proxy=Proxy
selective=Selective
ip_protocol=IP Protocol
max_shouldnot_less_than_min=The max item should not be less than the min item.
max_shouldnot_less_than_min=The max item should not be less than the min item.
unknown_cfg_type=Unknown configuration type.