rain
2024-06-19 cbbb9003b44d7c9d7adc80188343f0065732b0ce
src/main/java/com/dji/sample/patches/controller/PatchesController.java
@@ -56,7 +56,6 @@
     * @return
     */
    @GetMapping("/listPatches")
    @SysLogAnnotation(operModul = "图斑", operType = "查询", operDesc = "查询图斑的全部信息")
    public ResponseResult<PaginationData<LotInfo>> page(@RequestParam Integer page,
                                                        @RequestParam(name = "page_size", defaultValue = "10") Integer pageSize,
                                                        @RequestParam String workspaceId,
@@ -147,10 +146,12 @@
        try {
            timerUtil.myTask();
//            timerUtil.myTask2();
            return ResponseResult.success();
//            timerUtil.myTask3();
        } catch (Exception e) {
            throw new RuntimeException("db存储发送出现异常"+e);
        }
        return ResponseResult.success();
    }
//    @GetMapping ("/tests")
//    public ResponseResult use()  {