(1)基础协议配置提交

(2)修复IP配置没有的时候,APP策略点击展开时js报错,get(0)替换为eq(0)
This commit is contained in:
wangxin
2018-07-24 18:45:27 +08:00
parent 2b4404b40c
commit 3c19e75c63
11 changed files with 1039 additions and 19 deletions

View File

@@ -171,6 +171,7 @@ public class AppCfgController extends BaseController {
entity.setAuditorId(UserUtils.getUser().getId());
entity.setAuditTime(new Date());
entity.setFunctionId(functionId);
entity.setConfigType(Constants.SPECIFIC_SERVICE_CFG_TYPE_APP);
try {
appCfgService.auditAppPolicyCfg(entity,isAudit);
} catch (MaatConvertException e) {