Просмотр исходного кода

Merge branch 'feature-v4,9,0-20230417' into test

dsx 2 лет назад
Родитель
Сommit
73eee50b54

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

@@ -159,7 +159,7 @@ public class BuildObjServiceImpl implements IBuildSceneService {
     public void downLoadSource(BuildSceneCallMessage message,String path) throws Exception{
 
         //下载原始资源文件
-        String ossPath = commonService.getOssOrignPath(path);
+        String ossPath = commonService.getOssOrignPath((String) message.getBuildContext().get("previousPath"));
         fYunFileService.downloadFileByCommand(path + File.separator + "capture", ossPath);
 
         //下载caches/image,算法会执行快一些