结算代码提交
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 != ''">
|
||||
and bp.lot_id = #{projectId}
|
||||
</if>
|
||||
<if test="isSlt != null">
|
||||
and bai.is_slt = #{isSlt}
|
||||
<if test="sltStatus != null">
|
||||
and bai.is_slt = #{sltStatus}
|
||||
</if>
|
||||
ORDER BY bai.agreement_id desc
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Reference in New Issue