fix:报告详情页无法删除评论Bug

This commit is contained in:
2023-05-09 14:38:43 +08:00
parent 960ea0603e
commit 4d265f8220
@@ -6,6 +6,7 @@
<select id="page" resultType="com.adc.da.report.vo.ReportCommentVo">
SELECT
ruc.id AS id,
ruc.user_id AS userId,
u.USNAME AS userName,
ruc.comment AS comment,