src/main/java/com/dji/sample/patches/controller/PatchesController.java
@@ -74,6 +74,7 @@ @RequestParam(name = "dkmj", required = false) Double dkmj, @RequestParam(name = "isPush",required = false) Integer isPush ) { fileService.getNoaddFile(); //调用service分页查询 PatchesParam param = PatchesParam.builder() .page(page) @@ -177,7 +178,7 @@ // timerUtil.mytask5(); // timerUtil.mytask6(); // timerUtil.mytask7(); timerUtil.GtdbOperation(); } catch (Exception e) { throw new RuntimeException("db存储发送出现异常" + e); }