| | |
| | | @RequestParam(name = "xmc", required = false) String xmc, |
| | | @RequestParam(name = "investigate", required = false) Integer investigate |
| | | ) { |
| | | fileService.getNoaddFile(); |
| | | //调用service分页查询 |
| | | PatchesParam param = PatchesParam.builder() |
| | | .page(page) |
| | |
| | | return ResponseResult.success(infoMap); |
| | | } |
| | | |
| | | @GetMapping("/useMyTask") |
| | | public ResponseResult useMyTask() throws Exception { |
| | | try { |
| | | // timerUtil.myTask(); |
| | | // timerUtil.myTask2(); |
| | | // timerUtil.myTask3(); |
| | | timerUtil.mytask4(); |
| | | timerUtil.mytask5(); |
| | | timerUtil.mytask6(); |
| | | timerUtil.mytask7(); |
| | | |
| | | } catch (Exception e) { |
| | | throw new RuntimeException("db存储发送出现异常" + e); |
| | | } |
| | | return ResponseResult.success(); |
| | | } |
| | | |
| | | @GetMapping ("/tests") |
| | | public ResponseResult use() { |
| | |
| | | @RequestParam String dkbh) { |
| | | |
| | | try { |
| | | fileService.getNoaddFile(); |
| | | PatchesParam param = PatchesParam.builder() |
| | | .page(page) |
| | | .workspaceId(workspaceId) |