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