打印日志

This commit is contained in:
Guoqs
2024-09-03 17:10:44 +08:00
parent c0e26358a4
commit 3600293dc1

View File

@@ -182,7 +182,7 @@ public class OrderController extends BaseController {
logger.error("小程序获取订单详情 error", e);
response = new RestApiResponse<>(ReturnCodeEnum.CODE_GET_ORDER_DETAIL_ERROR);
}
logger.info("小程序获取订单详情, orderCode:{}, result:{}", dto.getOrderCode(), JSON.toJSONString(response));
// logger.info("小程序获取订单详情, orderCode:{}, result:{}", dto.getOrderCode(), JSON.toJSONString(response));
return response;
}