叫号接口
This commit is contained in:
@@ -65,7 +65,7 @@ public class ShopUserServiceImpl extends ServiceImpl<ShopUserMapper, ShopUser> i
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
queryWrapper.and(column(UserInfo::getNickName).like(key).or(column(UserInfo::getPhone).like(key)));
|
// queryWrapper.and(column(UserInfo::getNickName).like(key).or(column(UserInfo::getPhone).like(key)));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isVip != null) {
|
if (isVip != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user