fix: 修复报告管理删除报告报错问题

This commit is contained in:
2023-04-28 14:16:20 +08:00
parent 661a2b7403
commit 6e2617d1c4
@@ -177,7 +177,7 @@
<select id="reportManagerPage" parameterType="com.adc.da.report.vo.ReportQueryVo" resultType="com.adc.da.report.vo.ReportVo"> <select id="reportManagerPage" parameterType="com.adc.da.report.vo.ReportQueryVo" resultType="com.adc.da.report.vo.ReportVo">
SELECT DISTINCT SELECT DISTINCT
trl.report_id, trl.report_id AS id,
t.year, t.year,
t.name, t.name,
t.keycontent, t.keycontent,