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;