This commit is contained in:
Lemon
2024-03-19 09:24:19 +08:00

View File

@@ -179,7 +179,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("小程序获取订单详情, orderCode:{}, result:{}", dto.getOrderCode(), JSONObject.toJSONString(response));
return response;
}