dujy-modules/dujy-demo/src/main/resources/mapper/demo/RsDangerTotalMapper.xml
@@ -10,5 +10,12 @@ where status = 1 </select> <select id="getDangerTotalInfo" resultType="org.dromara.demo.domain.vo.RsDangerTotalVo"> select * from rs_danger_total where period_date >= SUBSTRING(#{periodDate}, 1, 7) and status = 1 order by create_time desc </select> </mapper>