Merge remote-tracking branch 'origin/main'

This commit is contained in:
haozq 2025-11-07 09:15:06 +08:00
commit 1bee150824
1 changed files with 2 additions and 2 deletions

View File

@ -123,11 +123,11 @@ public class DocumentServiceImpl implements DocumentService {
//删除 其及子节点
vo.setParentIds(vo.getId()+",");
mapper.delDocument(vo);
return AjaxResult.success("删除成功");
}catch (Exception e){
log.error(e.toString(),e);
}
return AjaxResult.error("添加失败");
return AjaxResult.error("删除失败");
}
/**