Переглянути джерело

Merge branch 'release-重定位日志上传目录更改' into test

dengsixing 10 годин тому
батько
коміт
a6fb9a089a

+ 1 - 1
src/main/java/com/fdkankan/contro/mq/service/impl/BuildSxRelocationServiceImpl.java

@@ -52,7 +52,7 @@ import java.util.stream.Collectors;
 @RefreshScope
 public class BuildSxRelocationServiceImpl implements IBuildSceneService {
 
-    public static final String logUrlFormat = "**algorithm-log**: [%sbuild_log/%s/e57/console.log](%sbuild_log/%s/relocation/console.log)";
+    public static final String logUrlFormat = "**algorithm-log**: [%sbuild_log/%s/relocation/console.log](%sbuild_log/%s/relocation/console.log)";
 
     @Value("${queue.modeling.sx-relocation-post:sx-relocation-post}")
     private String queueModelingPost;