打印日志
This commit is contained in:
@ -805,7 +805,7 @@ public class OrderServiceImpl implements OrderService {
|
||||
|
||||
return getOrderInfoByOrderNo(bindCarToOrderReq.getOrderNo());
|
||||
} catch (Exception e){
|
||||
log.warn("绑定车辆失败");
|
||||
log.warn("绑定车辆失败",e);
|
||||
throw new InnerException("绑定车辆失败");
|
||||
} finally {
|
||||
redisUtil.deleteRedisLock(redisLockKey);
|
||||
|
||||
Reference in New Issue
Block a user