综合服务修改接口未上线前,修改恢复为INSERT_ACTION动作

This commit is contained in:
duandongmei
2019-05-19 11:21:47 +08:00
parent 28771355cc
commit 025873ce76
14 changed files with 20 additions and 20 deletions

View File

@@ -374,7 +374,7 @@ public class WebsiteCfgService extends CrudService<WebsiteCfgDao,CfgIndexInfo> {
if(isValid==1) {
entity.setIsAudit(1);
entity.setIsValid(1);
auditHttpCfg(entity, entity.getIsAudit(),Constants.UPDATE_ACTION);
auditHttpCfg(entity, entity.getIsAudit(),Constants.INSERT_ACTION);
}
}
}
@@ -828,7 +828,7 @@ public class WebsiteCfgService extends CrudService<WebsiteCfgDao,CfgIndexInfo> {
if(isValid==1) {
entity.setIsAudit(1);
entity.setIsValid(1);
auditSslCfg(entity, entity.getIsAudit(),Constants.UPDATE_ACTION);
auditSslCfg(entity, entity.getIsAudit(),Constants.INSERT_ACTION);
}
}
}
@@ -1131,7 +1131,7 @@ public class WebsiteCfgService extends CrudService<WebsiteCfgDao,CfgIndexInfo> {
if(isValid==1) {
entity.setIsAudit(1);
entity.setIsValid(1);
auditDnsCfg(entity, entity.getIsAudit(),Constants.UPDATE_ACTION);
auditDnsCfg(entity, entity.getIsAudit(),Constants.INSERT_ACTION);
}
}
}