修改下发opCtion修改为UPDATE_ACTION
This commit is contained in:
@@ -275,7 +275,7 @@ public class IpCfgService extends CrudService<IpCfgDao,BaseIpCfg> {
|
|||||||
if(isValid==1) {
|
if(isValid==1) {
|
||||||
entity.setIsAudit(1);
|
entity.setIsAudit(1);
|
||||||
entity.setIsValid(1);
|
entity.setIsValid(1);
|
||||||
auditIpCfg(entity, isValid,Constants.INSERT_ACTION);
|
auditIpCfg(entity, isValid,Constants.UPDATE_ACTION);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user