|
@@ -57,7 +57,7 @@ public class DownService implements IDownService {
|
|
|
}
|
|
|
Integer sceneType = scenePro !=null ? scenePro.getSceneType() : plus.getSceneType();
|
|
|
|
|
|
- if(sceneType == 10){ //深时场景
|
|
|
+ if(sceneType == 4){ //深时场景
|
|
|
return SSCheckDownload(sceneNum);
|
|
|
}
|
|
|
SceneDownloadLog sceneDownloadLog;
|
|
@@ -125,7 +125,7 @@ public class DownService implements IDownService {
|
|
|
}
|
|
|
Integer sceneType = scenePro !=null ? scenePro.getSceneType() : scenePlus.getSceneType();
|
|
|
|
|
|
- if(sceneType == 10){ //深时场景
|
|
|
+ if(sceneType == 4){ //深时场景
|
|
|
return SSDownload(sceneNum,userName);
|
|
|
}
|
|
|
DownVo downVo = new DownVo();
|
|
@@ -181,7 +181,7 @@ public class DownService implements IDownService {
|
|
|
}
|
|
|
Integer sceneType = scenePro !=null ? scenePro.getSceneType() : scenePlus.getSceneType();
|
|
|
|
|
|
- if(sceneType == 10){ //深时场景
|
|
|
+ if(sceneType == 4){ //深时场景
|
|
|
return SSDownloadProcess(sceneNum);
|
|
|
}
|
|
|
String redisKey = RedisKey.PREFIX_DOWNLOAD_PROGRESS;
|