|
@@ -3025,6 +3025,8 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
|
|
|
if (goodsDon.getType() != null && goodsDon.getType() == 5) {
|
|
if (goodsDon.getType() != null && goodsDon.getType() == 5) {
|
|
|
orderDon.setStatus(OrderDon.Status.complete);
|
|
orderDon.setStatus(OrderDon.Status.complete);
|
|
|
orderDonMapper.updateById(orderDon);
|
|
orderDonMapper.updateById(orderDon);
|
|
|
|
|
+ //补差价 返银河币
|
|
|
|
|
+ returnGalaxyCoin(orderDon);
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
//实物权益优惠订单
|
|
//实物权益优惠订单
|