|
@@ -64,7 +64,7 @@ public class DownService implements IDownService {
|
|
|
if(scenePro == null && plus == null){
|
|
|
throw new BusinessException(SceneConstant.FAILURE_CODE_5005, SceneConstant.FAILURE_MSG_5005);
|
|
|
}
|
|
|
- isObj = isObj == null ?0 :isObj;
|
|
|
+ isObj = isObj == null ?1 :isObj;
|
|
|
log.info("checkDownLoad--,isObj:{}",isObj);
|
|
|
if(isObj !=1){ //深时场景
|
|
|
return SSCheckDownload(sceneNum);
|
|
@@ -140,7 +140,7 @@ public class DownService implements IDownService {
|
|
|
throw new BusinessException(SceneConstant.FAILURE_CODE_5005, SceneConstant.FAILURE_MSG_5005);
|
|
|
}
|
|
|
|
|
|
- isObj = isObj == null ?0 :isObj;
|
|
|
+ isObj = isObj == null ?1 :isObj;
|
|
|
DownVo downVo = new DownVo();
|
|
|
User user = userService.getByUserName(userName);
|
|
|
if(user == null){
|
|
@@ -207,7 +207,7 @@ public class DownService implements IDownService {
|
|
|
throw new BusinessException(SceneConstant.FAILURE_CODE_5005, SceneConstant.FAILURE_MSG_5005);
|
|
|
}
|
|
|
|
|
|
- isObj = isObj == null ? 0 :isObj;
|
|
|
+ isObj = isObj == null ? 1 :isObj;
|
|
|
log.info("downloadProcess--,isObj:{}",isObj);
|
|
|
if( isObj !=1){ //深时场景
|
|
|
return SSDownloadProcess(sceneNum);
|