|
@@ -434,7 +434,7 @@ public class DownService implements IDownService {
|
|
|
ScenePlusExt scenePlusExt = scenePlusExtService.getByPlusId(scenePlus.getId());
|
|
|
String dataSource = scenePlusExt.getDataSource();
|
|
|
if(!fYunFileServiceInterface.fileExist(dataSource.replace("/mnt/data","home")+"/data.fdage")){
|
|
|
- throw new BusinessException(ResultCode.FAILURE_CODE_400013,ResultCode.FAILURE_MSG_400013);
|
|
|
+ throw new BusinessException(ResultCode.FAILURE_CODE_400014,ResultCode.FAILURE_MSG_400014);
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -457,7 +457,7 @@ public class DownService implements IDownService {
|
|
|
|
|
|
@Override
|
|
|
public DownloadProcessVo downloadProcessE57(String num,String userName) {
|
|
|
- checkPerm(num,userName);
|
|
|
+ //checkPerm(num,userName);
|
|
|
DownloadProcessVo downVo = new DownloadProcessVo();
|
|
|
SSDownSceneVo vo = laserService.downE57Status(num);
|
|
|
if(vo == null){
|