|
@@ -55,7 +55,7 @@ public class DownService implements IDownService {
|
|
|
if(scenePro == null && plus == null){
|
|
|
throw new BusinessException(SceneConstant.FAILURE_CODE_5005, SceneConstant.FAILURE_MSG_5005);
|
|
|
}
|
|
|
- Integer sceneType = scenePro !=null ? scenePro.getSceneType() : plus.getSceneType();
|
|
|
+ Integer sceneType = scenePro !=null ? scenePro.getSceneSource() : plus.getSceneSource();
|
|
|
|
|
|
if(sceneType == 4){ //深时场景
|
|
|
return SSCheckDownload(sceneNum);
|
|
@@ -123,7 +123,7 @@ public class DownService implements IDownService {
|
|
|
if(scenePro == null && scenePlus == null){
|
|
|
throw new BusinessException(SceneConstant.FAILURE_CODE_5005, SceneConstant.FAILURE_MSG_5005);
|
|
|
}
|
|
|
- Integer sceneType = scenePro !=null ? scenePro.getSceneType() : scenePlus.getSceneType();
|
|
|
+ Integer sceneType = scenePro !=null ? scenePro.getSceneSource() : scenePlus.getSceneSource();
|
|
|
|
|
|
if(sceneType == 4){ //深时场景
|
|
|
return SSDownload(sceneNum,userName);
|
|
@@ -179,7 +179,7 @@ public class DownService implements IDownService {
|
|
|
if(scenePro == null && scenePlus == null){
|
|
|
throw new BusinessException(SceneConstant.FAILURE_CODE_5005, SceneConstant.FAILURE_MSG_5005);
|
|
|
}
|
|
|
- Integer sceneType = scenePro !=null ? scenePro.getSceneType() : scenePlus.getSceneType();
|
|
|
+ Integer sceneType = scenePro !=null ? scenePro.getSceneSource() : scenePlus.getSceneSource();
|
|
|
|
|
|
if(sceneType == 4){ //深时场景
|
|
|
return SSDownloadProcess(sceneNum);
|