Merge branch 'prod' into test
This commit is contained in:
@@ -241,12 +241,15 @@ public class PayServiceImpl implements PayService {
|
|||||||
if (payParam.getCheckOrderPay() != null && StrUtil.isNotBlank(payParam.getCheckOrderPay().getRemark())) {
|
if (payParam.getCheckOrderPay() != null && StrUtil.isNotBlank(payParam.getCheckOrderPay().getRemark())) {
|
||||||
orderInfo.setRemark(payParam.getCheckOrderPay().getRemark());
|
orderInfo.setRemark(payParam.getCheckOrderPay().getRemark());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
log.info("发放经验值");
|
||||||
|
memberConfigService.deliver(shopUser, TableValueConstant.MemberExpFlow.Type.COST, orderInfo.getOrderAmount(), null, orderInfo.getId());
|
||||||
|
|
||||||
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);
|
||||||
|
|
||||||
log.info("发放经验值");
|
|
||||||
memberConfigService.deliver(shopUser, TableValueConstant.MemberExpFlow.Type.COST, orderInfo.getOrderAmount(), null, orderInfo.getId());
|
|
||||||
|
|
||||||
return CzgResult.success();
|
return CzgResult.success();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user