ard-work/src/main/resources/mapper/alarm/ArdAlarmApponekeyMapper.xml
@@ -128,4 +128,10 @@ and create_time <= #{createTime} and view_time is null </update> <select id="apponekeyYear" resultType="com.ruoyi.statistical.vo.CountVo"> select to_char(create_time::DATE, 'MM') as month,count(id) from ard_alarm_apponekey where create_time >= #{start} and create_time <= #{end} group by month order by month </select> </mapper>