Commit 879a2da6 authored by zhaobiyan's avatar zhaobiyan

批量兑换增加日志

parent a6e1d8f7
...@@ -173,7 +173,7 @@ public class RedeemRewardApiImpl implements RedeemRewardApi { ...@@ -173,7 +173,7 @@ public class RedeemRewardApiImpl implements RedeemRewardApi {
} }
} catch (Exception e) { } catch (Exception e) {
log.error("redeem reward exception",e); log.error("redeem reward exception",e);
throw exception(REWARD_REDEEM_FAIL); throw e;
} finally { } finally {
redisDistributedLock.releaseLock("reward:redeem:lock:" + rewardId); 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