dsx hai 1 ano
pai
achega
ec5435b415

+ 0 - 8
src/main/java/com/fdkankan/contro/service/impl/SceneFileBuildServiceImpl.java

@@ -1579,14 +1579,6 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
                 jsonObject.getInteger("scenetype"), jsonObject.getString("gps"), rebuild,
                 jsonObject.getInteger("resolution"), firmwareVersion.toString(), sceneUrl, buildType, cameraDetail.getCooperationUser());
 
-        //江门公安项目场景浏览默认是非公开
-        JySceneAuth jySceneAuth = jySceneAuthService.getByNum(sceneNum);
-        if(Objects.isNull(jySceneAuth)){
-            jySceneAuth.setAuthType(0);
-            jySceneAuth.setNum(sceneNum);
-            jySceneAuthService.save(jySceneAuth);
-        }
-
         if (Objects.nonNull(scenePlusVO)) {
             JSONObject statusJson = new JSONObject();
             //临时将-2改成1,app还没完全更新