兴安优化访客申请限制

This commit is contained in:
zc
2025-08-13 09:26:54 +08:00
parent 046ead6e1a
commit 05fa6d3f87
2 changed files with 14 additions and 14 deletions

View File

@@ -389,15 +389,15 @@
<select id="addVisitorCheck" resultType="java.lang.String">
select
phone
phone
from vis_visitor
where
end_time <![CDATA[ >= ]]> #{startTime}
end_time <![CDATA[ >= ]]> #{startTime}
and phone in
<foreach item="phone" collection="phones" open="(" separator="," close=")">
#{phone}
</foreach>
and examine_state != '2'
and examine_state in ('2','0')
</select>
<update id="updateVisitor" parameterType="Visitor">