处理使用积分时取消订单报错

This commit is contained in:
朱耘稷
2020-12-17 20:56:07 +08:00
committed by xuwenbo
parent 91608c851c
commit 62ef709ca6
2 changed files with 2 additions and 1 deletions

View File

@ -502,6 +502,7 @@ public class YxStoreOrderServiceImpl extends BaseServiceImpl<StoreOrderMapper, Y
storeOrder.setPaid(OrderInfoEnum.PAY_STATUS_0.getValue());
storeOrder.setPayType(param.getPayType());
storeOrder.setUseIntegral(BigDecimal.valueOf(computeVo.getUsedIntegral()));
storeOrder.setBackIntegral(BigDecimal.ZERO);
storeOrder.setGainIntegral(gainIntegral);
storeOrder.setMark(param.getMark());
storeOrder.setCombinationId(combinationId);