修正导入L3_header特征配置时属性限制.
This commit is contained in:
@@ -581,7 +581,7 @@ public class AppMultiFeatureCfgService extends BaseService {
|
||||
count++;
|
||||
}
|
||||
|
||||
if((count >0 || count <5) && (!errorFlag) && (ipHeaderFlag)) {// 清空错误信息
|
||||
if((0<count) && (count<5) && (!errorFlag) && (ipHeaderFlag)) {// 清空错误信息
|
||||
errInfo.setLength(0);;
|
||||
errInfo.append(errInfoCopy);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user