From 7c94bc482670ddf39deb53e76c42dedcf88a8ce5 Mon Sep 17 00:00:00 2001 From: xupei Date: Thu, 4 Jan 2024 10:15:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=BA=E5=99=A8=E4=BA=BA=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E8=B7=AF=E5=BE=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/ai/da/service/impl/ChatRobotServiceImpl.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/ai/da/service/impl/ChatRobotServiceImpl.java b/src/main/java/com/ai/da/service/impl/ChatRobotServiceImpl.java index 7dabcb3c..b1dc0481 100644 --- a/src/main/java/com/ai/da/service/impl/ChatRobotServiceImpl.java +++ b/src/main/java/com/ai/da/service/impl/ChatRobotServiceImpl.java @@ -323,9 +323,9 @@ public class ChatRobotServiceImpl implements ChatRobotService { String folder = minioPath.substring(0,minioPath.lastIndexOf("/")); if ("mens_test".equals(substring)){ switch (folder){ - case "bottom": - minioPath = minioPath.replace("bottom","bottoms"); - break; +// case "bottom": +// minioPath = minioPath.replace("bottom","bottoms"); +// break; case "top": minioPath = minioPath.replace("top","tops"); break;