会员修改

This commit is contained in:
张松
2025-09-28 15:28:07 +08:00
parent 066a1cb205
commit e77ff15059

View File

@@ -449,6 +449,7 @@ public class PayServiceImpl implements PayService {
}
@Override
@Transactional(rollbackFor = Exception.class)
public CzgResult<Map<String, Object>> ltPayMember(String clientIP, VipMemberPayParamDTO payParam) {
ShopUser shopUser = shopUserService.getOne(new QueryWrapper().eq(ShopUser::getSourceShopId, payParam.getShopId()).eq(ShopUser::getId, payParam.getShopUserId()));
AssertUtil.isNull(shopUser, "充值失败 该店铺用户不存在");