|
|
@@ -180,7 +180,7 @@ public class DocDirServiceImpl implements IDocDirService {
|
|
|
dir.setSpaceId(space.getSpaceId());
|
|
|
dir.setDirName(space.getSpaceName());
|
|
|
dir.setParentId(0L);
|
|
|
- List<DocDir> dirList = selectDocDirList(dir);
|
|
|
+ List<DocDir> dirList = docDirMapper.selectDocDirList(dir);
|
|
|
if (dirList.size() > 0) {
|
|
|
//如果有记录,则更新顶层目录
|
|
|
dir.setDirId(dirList.get(0).getDirId());
|