|
@@ -132,10 +132,10 @@ public class SceneEditServiceImpl implements ISceneEditService {
|
|
|
sceneAuthVO.setCompany(null);
|
|
|
|
|
|
//判断data.json是否存在,如果存在,则证明计算在未被定时任务删除前上传过oss
|
|
|
- boolean exist = fYunFileService.fileExist(String.format(UploadFilePath.scene_result_data_path, num).concat("data.json"));
|
|
|
- if(!exist){
|
|
|
- sceneAuthVO.setSourceExpired(true);
|
|
|
- }
|
|
|
+// boolean exist = fYunFileService.fileExist(String.format(UploadFilePath.scene_result_data_path, num).concat("data.json"));
|
|
|
+// if(!exist){
|
|
|
+// sceneAuthVO.setSourceExpired(true);
|
|
|
+// }
|
|
|
|
|
|
//判断该场景是否属于增值权益
|
|
|
boolean isVip = false;
|