兴安优化临时访客

This commit is contained in:
zc
2025-08-11 21:48:16 +08:00
parent f50dbe88ea
commit 046ead6e1a
6 changed files with 12 additions and 43 deletions

View File

@@ -387,9 +387,9 @@
</foreach>
</insert>
<select id="addVisitorCheck" resultType="java.lang.Integer">
<select id="addVisitorCheck" resultType="java.lang.String">
select
count(*)
phone
from vis_visitor
where
end_time <![CDATA[ >= ]]> #{startTime}
@@ -397,6 +397,7 @@
<foreach item="phone" collection="phones" open="(" separator="," close=")">
#{phone}
</foreach>
and examine_state != '2'
</select>
<update id="updateVisitor" parameterType="Visitor">