|
@@ -190,7 +190,10 @@ public class DownService implements IDownService {
|
|
|
}
|
|
|
Integer sceneType = scenePro !=null ? scenePro.getSceneSource() : scenePlus.getSceneSource();
|
|
|
|
|
|
- if(sceneType == 4){ //深时场景
|
|
|
+ Integer isObj = scenePro !=null ? scenePro.getIsObj() : scenePlusExtService.getByPlusId(scenePlus.getId()).getIsObj();
|
|
|
+
|
|
|
+ log.info("downloadProcess--sceneType:{},isObj:{}",sceneType,isObj);
|
|
|
+ if(sceneType == 4 && isObj !=1){ //深时场景
|
|
|
return SSDownloadProcess(sceneNum);
|
|
|
}
|
|
|
String redisKey = RedisKey.PREFIX_DOWNLOAD_PROGRESS;
|