结算明细修改

This commit is contained in:
bonus 2025-12-04 12:18:03 +08:00
parent eb9f571239
commit fed0467d2a
1 changed files with 71 additions and 68 deletions

View File

@ -358,6 +358,7 @@
<if test="settlementType != null and settlementType != 0"> <if test="settlementType != null and settlementType != 0">
and mt.jiju_type = #{settlementType} and mt.jiju_type = #{settlementType}
</if> </if>
GROUP BY sai.id
) res ) res
GROUP BY res.unitName,res.typeId,res.startTime,res.endTime GROUP BY res.unitName,res.typeId,res.startTime,res.endTime
ORDER BY res.unitName ORDER BY res.unitName
@ -482,6 +483,7 @@
<if test="settlementType != null and settlementType != 0"> <if test="settlementType != null and settlementType != 0">
and mt.jiju_type = #{settlementType} and mt.jiju_type = #{settlementType}
</if> </if>
GROUP BY sai.id
) res ) res
GROUP BY res.unitName,res.typeId GROUP BY res.unitName,res.typeId
ORDER BY ORDER BY
@ -1958,6 +1960,7 @@
where where
bai.project_id = #{projectId} and bai.project_unit_id = #{unitId} bai.project_id = #{projectId} and bai.project_unit_id = #{unitId}
AND bu.type_id =1731
</select> </select>
<select id="getSltLoseList" resultType="com.bonus.material.settlement.domain.SltAgreementInfo"> <select id="getSltLoseList" resultType="com.bonus.material.settlement.domain.SltAgreementInfo">