ASN取消审核通过BUG更改补充提交
This commit is contained in:
@@ -135,7 +135,7 @@ public class AsnIpController extends BaseController{
|
|||||||
asnIpMap.put(Long.parseLong(asnIpCfg.getUserRegion1()), _asnIps);
|
asnIpMap.put(Long.parseLong(asnIpCfg.getUserRegion1()), _asnIps);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
asnIpCfgService.auditIpBatch(asnIpMap,isValid);
|
asnIpCfgService.auditIpBatch(asnIpMap,isAudit);
|
||||||
}else {
|
}else {
|
||||||
//条件下所有配置审核
|
//条件下所有配置审核
|
||||||
Page<AsnIpCfg> searchPage=new Page<AsnIpCfg>(request,response,"r");
|
Page<AsnIpCfg> searchPage=new Page<AsnIpCfg>(request,response,"r");
|
||||||
|
|||||||
Reference in New Issue
Block a user