修正导入L3_header特征配置时属性限制.

This commit is contained in:
zhangwenqing
2019-01-03 20:13:53 +08:00
parent 14bd835e69
commit 678f973ec4

View File

@@ -581,7 +581,7 @@ public class AppMultiFeatureCfgService extends BaseService {
count++; count++;
} }
if((count >0 || count <5) && (!errorFlag) && (ipHeaderFlag)) {// 清空错误信息 if((0<count) && (count<5) && (!errorFlag) && (ipHeaderFlag)) {// 清空错误信息
errInfo.setLength(0);; errInfo.setLength(0);;
errInfo.append(errInfoCopy); errInfo.append(errInfoCopy);
} }