Parcourir la source

fix 退款订单状态

zoujiajian il y a 1 an
Parent
commit
66f59af0c5

+ 1 - 0
netflix-service/src/main/java/com/cyksj/service/relation/impl/GroupRelationFrontServiceImpl.java

@@ -1683,6 +1683,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
 		orderDon.setStatus(OrderDon.Status.refund);
 		orderDon.setRefundMoney(refundMoney);
 		GoodsDon goodsDon = goodsDonMapper.selectById(orderDon.getGoodsId());
+		orderDonMapper.updateById(orderDon);
 		orderRefundService.refundRecord(orderDon, refundMoney, "系统", goodsDon, sku, outNo, orderDon.getType().name(), null);
 		//清除车票
 		GroupsRelation relation = groupsRelationMapper.selectById(relationId);