修改导入条款涉及系统/部件与专业领域验证

This commit is contained in:
梁琦涛
2024-09-09 18:15:35 +08:00
parent f37d65bcd0
commit 1ef04662cc
@@ -3209,7 +3209,7 @@ public class FileSplitItemsEOServiceImpl extends ServiceImpl<FileSplitItemsEOMap
List<SysDictItem> pathOther =
sysDictItemList.stream().filter(o -> treePath.equals(o.getLevelPath()))
.collect(Collectors.toList());
if(pathOther.isEmpty()){
if(!pathOther.isEmpty()){
if (path.size() > 1) {
if(MessageUtils.getLanguage().getValue().equals(LanguageEnum.CN.getValue())) {
errorMsg += fieldName + "" + treePath + "存在多个;";