兴安保安确认放行校验

This commit is contained in:
zc
2025-07-24 17:44:16 +08:00
parent 62f1980713
commit 2f8d7a2846
3 changed files with 19 additions and 13 deletions

View File

@@ -63,6 +63,7 @@
<if test="createTimeEnd != null">and r.create_time <![CDATA[ <= ]]> #{createTimeEnd}</if>
<if test="exitPermitNo != null and exitPermitNo != ''">and e.exitPermit_no = #{exitPermitNo}</if>
<if test="applyName != null and applyName != ''">and e.`name` like concat('%', #{applyName}, '%')</if>
<if test="exitId != null">and r.`exit_id` = #{exitId}</if>
</where>
</select>