src/main/java/com/dji/sample/patches/controller/PatchesController.java
@@ -76,10 +76,14 @@ } @GetMapping("/useMyTask") public ResponseResult useMyTask() throws Exception { timerUtil.myTask(); return ResponseResult.success(); try { timerUtil.myTask(); // timerUtil.myTask2(); return ResponseResult.success(); }catch (Exception e){ throw new RuntimeException("db存储发送出现异常"); } } /** * 根据图斑的地块编号获取相对应音视频 *