fix: 修复报关管理列表不显示问题

This commit is contained in:
2023-04-28 14:09:47 +08:00
parent 01e57b9eea
commit 661a2b7403
@@ -176,8 +176,8 @@
</select> </select>
<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 SELECT DISTINCT
t.id, trl.report_id,
t.year, t.year,
t.name, t.name,
t.keycontent, t.keycontent,