fix 收入分类统计中确收统计时间维度错误

This commit is contained in:
lijiarao
2024-01-25 10:29:44 +08:00
parent 4bf276e38d
commit 9149d6ae78
@@ -2072,7 +2072,7 @@
ifnull(SUM(pcpr.${column}),0) as money
FROM pay_confirm_payment_record pcpr left join v_statistical v on pcpr.project_id = v.projectId
<where>
and confirmDate like concat('%',#{year},'%')
and payment_date like concat('%',#{year},'%')
<if test="departCode != null and departCode != ''">
and departCode = #{departCode}
</if>