fix 首页科室总体统计的确认收入金额是按缴费年份统计

This commit is contained in:
lijiarao
2024-10-09 16:50:08 +08:00
parent fd42035863
commit 1895487d1d
@@ -2556,7 +2556,7 @@
left join v_statistical v on pcpr.project_id = v.projectId
</if>
<where>
DATE_FORMAT (payment_date,'%Y') like concat(#{year}, '%')
year = #{year}
</where>
group by departCode) a
on sd.depart_name = a.departName