update 拆分结果编辑 目录不能拖动到上级
This commit is contained in:
+2
-2
@@ -452,8 +452,8 @@ public class SarFileSplitMenuEOServiceImpl extends ServiceImpl<SarFileSplitMenuE
|
||||
}
|
||||
allList.add(sarFileSplitMenuEO);
|
||||
List<SarFileSplitMenuEO> childrenList = baseMapper.findByParentId(id);
|
||||
if (CollectionUtils.ist, cisNotEmpty(childrenList)){
|
||||
getChildren(allLhildrenList);
|
||||
if (CollectionUtils.isNotEmpty(childrenList)){
|
||||
getChildren(allList, childrenList);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user