Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
shahaibo
2024-01-04 11:04:45 +08:00

View File

@@ -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;