fix 收入分类统计中确收统计时间维度错误
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user