Commit 7886003b by 刘鹏飞

主动清除的逻辑先去掉,测试

parent d2ff39e5
......@@ -153,7 +153,7 @@ public class OrderAdapterServiceImpl implements OrderAdapterService {
} catch (Exception e) {
log.error("创建订单失败,trackingNo:{}", LogTreadLocal.getTrackingNo(),e);
} finally {
LockUtils.unlock(redisCache.getRedisTemplate(),createOrderKey);
//LockUtils.unlock(redisCache.getRedisTemplate(),createOrderKey);
}
return ResponseUtil.error(ResponseResult.ORDER_CREATE_ERROR);
......
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