Commit 7dcd3cd9 authored by zhaobiyan's avatar zhaobiyan

批量兑换增加日志

parents 273c29c2 879a2da6
......@@ -167,7 +167,7 @@ public class RedeemRewardApiImpl implements RedeemRewardApi {
}
} catch (Exception e) {
log.error("redeem reward exception",e);
throw exception(REWARD_REDEEM_FAIL);
throw e;
} finally {
redisDistributedLock.releaseLock("reward:redeem:lock:" + rewardId);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment