update 打印日志

This commit is contained in:
2023-10-07 15:25:50 +08:00
parent 1660e96b70
commit 07a7b087db

View File

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