Sfoglia il codice sorgente

并发导致edit文件误删

wuweihao 1 anno fa
parent
commit
d2a0e2ec52

+ 1 - 0
gis_web/src/main/java/com/gis/web/controller/SceneController.java

@@ -113,6 +113,7 @@ public class SceneController extends BaseController {
             sceneService.save(entity);
         }
 
+
         return Result.success(entity);
     }