Commit 5adc8e8e by 刘鹏飞

下单err更新

parent 5c63e07d
...@@ -151,12 +151,10 @@ public class OrderAdapterServiceImpl implements OrderAdapterService { ...@@ -151,12 +151,10 @@ public class OrderAdapterServiceImpl implements OrderAdapterService {
} }
return orderService.createOrderNew(createOrderVo); return orderService.createOrderNew(createOrderVo);
} catch (Exception e) { } catch (Exception e) {
log.error("创建订单失败,trackingNo:{}", LogTreadLocal.getTrackingNo(),e); throw e;
} finally { } 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