订单支付修改

This commit is contained in:
张松 2025-09-27 21:06:55 +08:00
parent 9b04cca3d7
commit 547143920b
1 changed files with 0 additions and 1 deletions

View File

@ -265,7 +265,6 @@ public class PayServiceImpl implements PayService {
AssertUtil.isNull(payParam.getShopUserId(), "请选择付款人后重试");
ShopUser shopUser = shopUserService.getById(payParam.getShopUserId());
AssertUtil.isNull(shopUser, "支付失败 该店铺用户不存在");
AssertUtil.isBlank(payParam.getOpenId(), "用户小程序ID不能为空");
AssertUtil.isBlank(payParam.getPayType(), "支付方式不能为空");
UserInfo userInfo = userInfoService.getById(shopUser.getUserId());