|
@@ -207,6 +207,10 @@ public class KlDiagnoseImportFacade {
|
|
|
sb.append(String.format("%s的最小符号%s不正确; ", rule, minSymbol));
|
|
|
}
|
|
|
}
|
|
|
+ //判断有无重复order
|
|
|
+ if(orderNums.size() != orderNums.stream().distinct().count()){
|
|
|
+ sb.append("有重复的序号存在; ");
|
|
|
+ }
|
|
|
|
|
|
//格式校验
|
|
|
if (ListUtil.isNotEmpty(verifies)) {
|