结算丢失、审核接口列表展示修改
This commit is contained in:
parent
c9f1e51d3f
commit
855cffa5df
|
|
@ -443,7 +443,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
LEFT JOIN bm_unit bui ON bui.unit_id = bai.unit_id
|
LEFT JOIN bm_unit bui ON bui.unit_id = bai.unit_id
|
||||||
left join ma_type mt on sai.type_id = mt.type_id
|
left join ma_type mt on sai.type_id = mt.type_id
|
||||||
left join ma_type mt1 on mt.parent_id = mt1.type_id
|
left join ma_type mt1 on mt.parent_id = mt1.type_id
|
||||||
where sai.agreement_id = #{agreementId} and sai.end_time is null
|
where sai.agreement_id = #{agreementId} and sai.status = 0
|
||||||
<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>
|
||||||
|
|
@ -631,7 +631,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
and saa.status = '3'
|
and saa.status = '3'
|
||||||
</when>
|
</when>
|
||||||
</choose>
|
</choose>
|
||||||
ORDER BY bai.create_time desc
|
ORDER BY saa.create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="getRejectId" resultType="Long">
|
<select id="getRejectId" resultType="Long">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue