(1)审核调用auditBatch改为直接单个audit
(2)修复IP审核去错configRegionCode导致的空指针异常
This commit is contained in:
@@ -660,13 +660,16 @@ public class BaseController {
|
||||
if(protocol==null){
|
||||
errInfo.append(String.format(prop.getProperty("can_not_null"), prop.getProperty("direction"))+";");
|
||||
}
|
||||
//direction check end
|
||||
//protocol check end
|
||||
if(StringUtils.isNotBlank(errInfo.toString())){
|
||||
msg.append(lineStart).append(errInfo);
|
||||
if(line<list.size()){
|
||||
msg.append("<br/>");
|
||||
}
|
||||
}
|
||||
// requestId check start
|
||||
Integer requestId=value.getRequestId();
|
||||
// requestId check end
|
||||
line++;
|
||||
}
|
||||
if(StringUtils.isNotBlank(msg.toString())){
|
||||
|
||||
Reference in New Issue
Block a user