fix(87340): 文档拆分--编辑--导入拆分结果,下拉选项输入正确的仍旧提示不存在
This commit is contained in:
+1
-1
@@ -2825,7 +2825,7 @@ public class FileSplitItemsEOServiceImpl extends ServiceImpl<FileSplitItemsEOMap
|
|||||||
String[] treePathList = value.split(",");
|
String[] treePathList = value.split(",");
|
||||||
for (String treePath : treePathList) {
|
for (String treePath : treePathList) {
|
||||||
List<PartName> path =
|
List<PartName> path =
|
||||||
partNameList.stream().filter(o -> treePath.equals(o.getLevelPath()) || treePath.equals(o.getName()))
|
partNameList.stream().filter(o -> treePath.equals(o.getLevelPath()))
|
||||||
.collect(Collectors.toList());
|
.collect(Collectors.toList());
|
||||||
if (!path.isEmpty()){
|
if (!path.isEmpty()){
|
||||||
if (path.size() > 1) {
|
if (path.size() > 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user