修改交班数据
This commit is contained in:
parent
92df7d1ba6
commit
689db4cf1b
|
|
@ -369,7 +369,7 @@
|
|||
select * from tb_shop_user where shop_id=#{shopId} and is_vip=1
|
||||
|
||||
<if test="phone != null and phone !='' ">
|
||||
and telephone = #{phone}
|
||||
and telephone like concat("%",#{phone},"%")
|
||||
</if>
|
||||
order by id desc
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue