| | |
| | | } |
| | | |
| | | @PostMapping("/countNumber") |
| | | @ApiOperationSupport(order = 7) |
| | | @ApiOperationSupport(order = 8) |
| | | @ApiOperation(value = "统计用户标签报事数量") |
| | | public R countNumber(@RequestParam(value = "houseCode",required = false) String houseCode, @RequestParam(value = "status",required = false) Integer status) { |
| | | return R.data(taskService.countNumber(houseCode, status)); |
| | |
| | | |
| | | |
| | | @GetMapping("/countTypeNumber") |
| | | @ApiOperationSupport(order = 7) |
| | | @ApiOperationSupport(order = 9) |
| | | @ApiOperation(value = "统计类型数量") |
| | | public R countTypeNumber() { |
| | | return R.data(taskService.countTypeNumber()); |