结算功能完善

This commit is contained in:
liang.chao 2024-08-13 09:07:25 +08:00
parent a2baadf840
commit ee396ed430
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
LEFT JOIN bm_unit_info bui ON bui.unit_id = bai.unit_id
WHERE 1=1
<if test="endTime != null and endTime != ''">
and spm.month = DATE_FORMAT(#{endTime}, '%Y-%m')
and spm.month = #{endTime}
</if>
AND pmc.agreement_id = #{agreementId}
<if test="costBearingParty != null and costBearingParty != ''">