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