|
@ -449,8 +449,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
COUNT(DISTINCT ba.id) AS total |
|
|
COUNT(DISTINCT ba.id) AS total |
|
|
from business_alert ba |
|
|
from business_alert ba |
|
|
where 1=1 |
|
|
where 1=1 |
|
|
and <![CDATA[ DATE_FORMAT(ba.create_time, '%Y') >= '2024' ]]> |
|
|
and ba.handle_type = 'finish' |
|
|
and <![CDATA[ DATE_FORMAT(ba.create_time, '%Y') <= DATE_FORMAT(now(), '%Y') ]]> |
|
|
|
|
|
<include refid="searchSql"></include> |
|
|
<include refid="searchSql"></include> |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|