订单备注
This commit is contained in:
@@ -250,6 +250,9 @@ public class PayServiceImpl implements PayService {
|
|||||||
.setBizEnum(ShopUserFlowBizEnum.ORDER_PAY)
|
.setBizEnum(ShopUserFlowBizEnum.ORDER_PAY)
|
||||||
.setRelationId(orderInfo.getId());
|
.setRelationId(orderInfo.getId());
|
||||||
//更新会员余额 并生成流水
|
//更新会员余额 并生成流水
|
||||||
|
if (payParam.getCheckOrderPay() != null && StrUtil.isNotBlank(payParam.getCheckOrderPay().getRemark())) {
|
||||||
|
orderInfo.setRemark(payParam.getCheckOrderPay().getRemark());
|
||||||
|
}
|
||||||
Long flowId = shopUserService.updateMoney(shopUserMoneyEditDTO);
|
Long flowId = shopUserService.updateMoney(shopUserMoneyEditDTO);
|
||||||
orderInfoService.upOrderInfo(orderInfo, orderInfo.getOrderAmount(),
|
orderInfoService.upOrderInfo(orderInfo, orderInfo.getOrderAmount(),
|
||||||
LocalDateTime.now(), flowId, PayEnums.VIP_PAY);
|
LocalDateTime.now(), flowId, PayEnums.VIP_PAY);
|
||||||
|
|||||||
Reference in New Issue
Block a user