修复ip配置导入协议提示为方向
This commit is contained in:
@@ -658,7 +658,7 @@ public class BaseController {
|
|||||||
//protocol check start
|
//protocol check start
|
||||||
Integer protocol= value.getProtocol();
|
Integer protocol= value.getProtocol();
|
||||||
if(protocol==null){
|
if(protocol==null){
|
||||||
errInfo.append(String.format(prop.getProperty("can_not_null"), prop.getProperty("direction"))+";");
|
errInfo.append(String.format(prop.getProperty("can_not_null"), prop.getProperty("protocol"))+";");
|
||||||
}
|
}
|
||||||
//protocol check end
|
//protocol check end
|
||||||
// requestId check start
|
// requestId check start
|
||||||
|
|||||||
Reference in New Issue
Block a user