修改拆分导入bug

This commit is contained in:
梁琦涛
2024-09-27 11:09:47 +08:00
parent 8128b6f6d5
commit 5dc1f4a43b
@@ -3181,9 +3181,6 @@ public class FileSplitItemsEOServiceImpl extends ServiceImpl<FileSplitItemsEOMap
String[] splitValue = v.split("/");
List<SysDepart> sysDeparts = departMap.get(splitValue[splitValue.length - 1]);
if (sysDeparts != null) {
if (sysDeparts.size() == 1) {
continue;
}
if (sysDeparts.size() > 1) {
// 叶子节点名称重复需要寻找全路径
String nodeId = departPartMap.get(v);