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 != ''">
|
||||
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