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