|
@@ -74,10 +74,12 @@ public class PrizeRecoveryServiceImpl extends ServiceImpl<PrizeRecoveryMapper, P
|
|
|
|
|
|
Assert.isTrue(rtn, "更新奖品状态失败。storageId:" + settleVO.getStorageId());
|
|
|
|
|
|
+ // 保存回收记录
|
|
|
+ this.save(prizeRecovery);
|
|
|
+
|
|
|
// 发放盲豆
|
|
|
userCoinService.produce(userId, settleVO.getRefundCoin(), prizeRecovery.getId().toString(), CoinLogTypeEnum.RECOVERY);
|
|
|
|
|
|
- this.save(prizeRecovery);
|
|
|
|
|
|
}
|
|
|
}
|