|
@@ -216,8 +216,6 @@ public class UserHitPrizeServiceImpl extends ServiceImpl<UserHitPrizeMapper, Use
|
|
|
try {
|
|
|
// 兑奖
|
|
|
this.cashPrize(ticket, userId, ticketAwardsPrize.getAwardsId(), ticketAwardsPrize.getPrizeId());
|
|
|
- } catch (Exception e) {
|
|
|
- LogUtil.error(logger,"线上盲票兑奖异常",e);
|
|
|
} finally {
|
|
|
distributedLocker.unlock(lockKey);
|
|
|
}
|