|
|
@@ -830,12 +830,6 @@ public class CmsOrderDonServiceImpl extends ServiceImpl<OrderDonMapper,OrderDon>
|
|
|
if (gcCash != null && gcCash.compareTo(BigDecimal.ZERO) > 0) {
|
|
|
giftCardOrderUseRecordService.returnGiftCardCash(orderDon.getId());
|
|
|
}
|
|
|
-
|
|
|
- //记录银河币明细
|
|
|
- BigDecimal refundGalaxycoin = orderDon.getGalaxycoin();
|
|
|
- if (refundGalaxycoin.compareTo(BigDecimal.ZERO) > 0) {
|
|
|
- userBenefitsService.updateGalaxycoin(orderDon.getUserId(), refundGalaxycoin.negate(), UserGalaxycoinRecord.Source.refund);
|
|
|
- }
|
|
|
});
|
|
|
}
|
|
|
|