会员支付 会员Id
This commit is contained in:
@@ -159,7 +159,7 @@ public class PayServiceImpl implements PayService {
|
|||||||
return CzgResult.failure("会员余额不足");
|
return CzgResult.failure("会员余额不足");
|
||||||
}
|
}
|
||||||
ShopUserMoneyEditDTO shopUserMoneyEditDTO = ShopUserMoneyEditDTO.builder()
|
ShopUserMoneyEditDTO shopUserMoneyEditDTO = ShopUserMoneyEditDTO.builder()
|
||||||
.id(orderInfo.getId())
|
.id(shopUser.getId())
|
||||||
.money(orderInfo.getOrderAmount())
|
.money(orderInfo.getOrderAmount())
|
||||||
.type(0)
|
.type(0)
|
||||||
.bizEnum(ShopUserFlowBizEnum.ORDER_PAY)
|
.bizEnum(ShopUserFlowBizEnum.ORDER_PAY)
|
||||||
|
|||||||
Reference in New Issue
Block a user