| | |
| | | * @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, |
| | |
| | | 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() { |