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