|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
<select id="getaction" resultType="com.ruoyi.screen.domain.response.ZongzhiActionResponse">
|
|
|
|
|
select count(*) as count, month_year as zhuanxiangTime ,type
|
|
|
|
|
from tc_qlzxxdsj WHERE NOW() >= DATE_SUB(DATE_SUB(month_year, INTERVAL 6 MONTH), INTERVAL 1 YEAR)
|
|
|
|
|
AND NOW() <= DATE_SUB(month_year, INTERVAL 6 MONTH)
|
|
|
|
|
or NOW() <= DATE_SUB(month_year, INTERVAL 6 MONTH)
|
|
|
|
|
GROUP BY type, month_year
|
|
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|