Merge branch 'lc20240816'

This commit is contained in:
liang.chao 2024-08-16 17:20:55 +08:00
commit 8f0ae7aec0
1 changed files with 2 additions and 2 deletions

View File

@ -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>