This commit is contained in:
mashuai 2025-07-31 18:59:04 +08:00
parent 3888e72842
commit 8ec3710c2b
1 changed files with 0 additions and 6 deletions

View File

@ -451,12 +451,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
WHERE WHERE
sai.`status`=0 and mm.qr_code = #{qrCode} sai.`status`=0 and mm.qr_code = #{qrCode}
and mtr.user_id = #{userId} and mtr.user_id = #{userId}
<if test="agreementId != null">
AND ba.unit_id = #{unitId}
</if>
<if test="agreementId != null">
AND ba.project_id = #{proId}
</if>
<if test="unitId != null"> <if test="unitId != null">
AND ba.unit_id = #{unitId} AND ba.unit_id = #{unitId}
</if> </if>