|
@@ -60,6 +60,7 @@ public class DownService implements IDownService {
|
|
|
throw new BusinessException(SceneConstant.FAILURE_CODE_5005, SceneConstant.FAILURE_MSG_5005);
|
|
|
}
|
|
|
Integer sceneType = scenePro !=null ? scenePro.getSceneSource() : plus.getSceneSource();
|
|
|
+ isObj = isObj == null ?0 :isObj;
|
|
|
|
|
|
log.info("checkDownLoad--sceneType:{},isObj:{}",sceneType,isObj);
|
|
|
if(sceneType == 4 && isObj !=1){ //深时场景
|
|
@@ -130,6 +131,7 @@ public class DownService implements IDownService {
|
|
|
}
|
|
|
Integer sceneType = scenePro !=null ? scenePro.getSceneSource() : scenePlus.getSceneSource();
|
|
|
|
|
|
+ isObj = isObj == null ?0 :isObj;
|
|
|
|
|
|
log.info("down--sceneType:{},isObj:{}",sceneType,isObj);
|
|
|
if(sceneType == 4 && isObj !=1){ //深时场景
|
|
@@ -205,6 +207,7 @@ public class DownService implements IDownService {
|
|
|
}
|
|
|
Integer sceneType = scenePro !=null ? scenePro.getSceneSource() : scenePlus.getSceneSource();
|
|
|
|
|
|
+ isObj = isObj == null ?0 :isObj;
|
|
|
|
|
|
log.info("downloadProcess--sceneType:{},isObj:{}",sceneType,isObj);
|
|
|
if(sceneType == 4 && isObj !=1){ //深时场景
|