兴安优化临时访客
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user