mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-12 11:19:52 +08:00
打印日志
This commit is contained in:
@@ -451,7 +451,7 @@ public class PersonPileController extends BaseController {
|
|||||||
logger.error("根据充电桩查询预约状态error, params:{}", dto, e);
|
logger.error("根据充电桩查询预约状态error, params:{}", dto, e);
|
||||||
response = new RestApiResponse<>(ReturnCodeEnum.CODE_QUERY_RESERVATION_STATUS_ERROR);
|
response = new RestApiResponse<>(ReturnCodeEnum.CODE_QUERY_RESERVATION_STATUS_ERROR);
|
||||||
}
|
}
|
||||||
logger.info("根据充电桩查询预约状态params:{}, result:{}", dto, response);
|
logger.info("根据充电桩查询预约状态params:{}, result:{}", dto, JSON.toJSONString(response));
|
||||||
return response;
|
return response;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user