Commit f4179ac6 by 刘鹏飞

key先注销

parent d5143b5a
......@@ -153,7 +153,7 @@ public class OrderAdapterServiceImpl implements OrderAdapterService {
} catch (Exception e) {
log.error("创建订单失败,trackingNo:{}", LogTreadLocal.getTrackingNo());
} 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