소스 검색

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

dsx 2 년 전
부모
커밋
73eee50b54
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/fdkankan/contro/mq/service/impl/BuildObjServiceImpl.java

+ 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,算法会执行快一些