Explorar o código

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

dsx %!s(int64=2) %!d(string=hai) anos
pai
achega
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,算法会执行快一些