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