|
@@ -57,7 +57,7 @@ public class DownService implements IDownService {
|
|
|
}
|
|
|
Integer sceneType = scenePro !=null ? scenePro.getSceneSource() : plus.getSceneSource();
|
|
|
log.info("checkDownLoad--sceneType:{},isObj:{}",sceneType,isObj);
|
|
|
- if((sceneType == 4 || sceneType == 5) && isObj !=1){ //深时场景
|
|
|
+ if((sceneType == 4 || sceneType == 5 || sceneType == 57) && isObj !=1){ //深时场景
|
|
|
return SSCheckDownload(sceneNum);
|
|
|
}
|
|
|
int isUp = 0;
|
|
@@ -135,7 +135,7 @@ public class DownService implements IDownService {
|
|
|
|
|
|
Integer sceneType = scenePro !=null ? scenePro.getSceneSource() : scenePlus.getSceneSource();
|
|
|
log.info("down--sceneType:{},isObj:{}",sceneType,isObj);
|
|
|
- if((sceneType == 4 || sceneType == 5) && isObj !=1){ //深时场景
|
|
|
+ if((sceneType == 4 || sceneType == 5 || sceneType == 57) && isObj !=1){ //深时场景
|
|
|
return SSDownload(sceneNum,userId);
|
|
|
}
|
|
|
|
|
@@ -176,7 +176,7 @@ public class DownService implements IDownService {
|
|
|
}
|
|
|
Integer sceneType = scenePro !=null ? scenePro.getSceneSource() : scenePlus.getSceneSource();
|
|
|
log.info("downloadProcess--sceneType:{},isObj:{}",sceneType,isObj);
|
|
|
- if((sceneType == 4 || sceneType == 5) && isObj !=1){ //深时场景
|
|
|
+ if((sceneType == 4 || sceneType == 5|| sceneType == 57) && isObj !=1){ //深时场景
|
|
|
return SSDownloadProcess(sceneNum);
|
|
|
}
|
|
|
String redisKey = RedisKey.PREFIX_DOWNLOAD_PROGRESS;
|