结算代码提交
This commit is contained in:
parent
0247e3e407
commit
c9b28aff01
|
|
@ -131,8 +131,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="projectId != null and projectId != ''">
|
<if test="projectId != null and projectId != ''">
|
||||||
and bp.lot_id = #{projectId}
|
and bp.lot_id = #{projectId}
|
||||||
</if>
|
</if>
|
||||||
<if test="isSlt != null">
|
<if test="sltStatus != null">
|
||||||
and bai.is_slt = #{isSlt}
|
and bai.is_slt = #{sltStatus}
|
||||||
</if>
|
</if>
|
||||||
ORDER BY bai.agreement_id desc
|
ORDER BY bai.agreement_id desc
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue