结算功能完善
This commit is contained in:
parent
a2baadf840
commit
ee396ed430
|
|
@ -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 != ''">
|
||||
|
|
|
|||
Loading…
Reference in New Issue