From be5d60d6c169f0b844cb2e67967005f0f602a2f5 Mon Sep 17 00:00:00 2001 From: xupei Date: Mon, 11 Dec 2023 15:35:11 +0800 Subject: [PATCH] =?UTF-8?q?BUGFIX:=E6=B7=BB=E5=8A=A0=E5=85=A5=E5=8F=82?= =?UTF-8?q?=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/ai/da/python/PythonService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/ai/da/python/PythonService.java b/src/main/java/com/ai/da/python/PythonService.java index 2f9bbeea..1a2004a4 100644 --- a/src/main/java/com/ai/da/python/PythonService.java +++ b/src/main/java/com/ai/da/python/PythonService.java @@ -2395,6 +2395,7 @@ public class PythonService { log.info("getClothCategory 失败###{},未返回category", jsonObject); throw new BusinessException("cloth-classification.interface.exception"); } + log.info("getClothCategory 失败###{}", jsonObject); //生成失败 throw new BusinessException("cloth-classification.interface.exception"); }