修复ip配置导入协议提示为方向

This commit is contained in:
wangxin
2018-07-04 14:08:44 +08:00
parent 04bb3f28e8
commit c0c3bbcbba

View File

@@ -658,7 +658,7 @@ public class BaseController {
//protocol check start
Integer protocol= value.getProtocol();
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
// requestId check start