fix: 修复报告管理删除报告报错问题
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user