[合并] ‘caihaohan’合并到 ‘lixuetao’ 解决冲突

This commit is contained in:
bupengxiang
2023-04-24 11:18:57 +08:00
parent 6d3e7fe66e
commit 2d1b1d2066
8 changed files with 22 additions and 64 deletions
@@ -162,4 +162,13 @@
ORDER BY year DESC
</select>
<select id="getAddReportPage" resultType="com.adc.da.report.vo.ReportVo">
select * from TT_REPORT_MANAGE
<where>
del = 0
</where>
</select>
</mapper>