修改拆分导入bug
This commit is contained in:
-3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user