fix 首页科室总体统计的确认收入金额是按缴费年份统计
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user