订单支付修改
This commit is contained in:
parent
9b04cca3d7
commit
547143920b
|
|
@ -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());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue