叫号接口

This commit is contained in:
张松
2025-02-21 17:01:03 +08:00
parent 491d761aa6
commit 0b17331230

View File

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