修改交班数据

This commit is contained in:
韩鹏辉 2024-05-30 16:51:49 +08:00
parent 92df7d1ba6
commit 689db4cf1b
1 changed files with 1 additions and 1 deletions

View File

@ -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