Merge remote-tracking branch 'origin/hph' into test

This commit is contained in:
牛叉闪闪 2024-09-02 10:59:37 +08:00
commit 3e3a23becd
1 changed files with 1 additions and 1 deletions

View File

@ -690,7 +690,7 @@ public class PayService {
}
TbShopUser user = tbShopUserMapper.selectByShopId(orderInfo.getShopId(), tbUserInfo.getId().toString()).get(0);
TbShopUser user = tbShopUserMapper.selectByShopId(orderInfo.getShopId(), tbUserInfo.getId().toString(),"2").get(0);
if (ObjectUtil.isEmpty(user) || !"1".equals(user.getIsVip().toString())) {
return Result.fail(CodeEnum.MEMBERNOEXIST);
}