Merge branch 'lc20240816'
This commit is contained in:
commit
8f0ae7aec0
|
|
@ -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