@@ -101,11 +101,11 @@ public class DirServiceImpl extends IBaseServiceImpl<DirEntity, Long> implements
String dirs = getChildIdById(id);
BaseRuntimeException.isTrue(checkPanoUse(dirs), ErrorEnum.FAILURE_CODE_3101.code(), ErrorEnum.FAILURE_CODE_3101.message());
- this.remove(id);
+ this.deleteById(id);
} else {
// 子目录跟子素材没有进行递归删除
}
return Result.success();