挂账退款bug修复
This commit is contained in:
parent
0e41e455ba
commit
1bbf8a8822
|
|
@ -3109,6 +3109,8 @@ public class TbShopTableServiceImpl implements TbShopTableService {
|
|||
memberPointsService.addPoints(Long.valueOf(orderInfo.getMemberId()), orderInfo.getPointsNum(),
|
||||
"用户退款订单积分返还: " + orderInfo.getPointsNum() + "积分", Long.valueOf(orderInfo.getId()));
|
||||
}
|
||||
// 返还挂账额度
|
||||
creditBuyerOrderService.refund(orderInfo.getCreditBuyerId(), Long.valueOf(orderInfo.getId()));
|
||||
}
|
||||
}
|
||||
orderInfoMapper.updateById(orderInfo);
|
||||
|
|
|
|||
Loading…
Reference in New Issue