| | |
| | | } |
| | | |
| | | @ApiOperation("查询-按天") |
| | | @PostMapping("getPage") |
| | | @PostMapping("getList") |
| | | public Response getList(@RequestParam Integer breakerId, @RequestParam String dayTime){ |
| | | return service.getList(breakerId,dayTime); |
| | | } |
| | |
| | | } |
| | | |
| | | @ApiOperation("查询-按天") |
| | | @PostMapping("getPage") |
| | | @PostMapping("getList") |
| | | public Response getList(@RequestParam String param, @RequestParam String dayTime){ |
| | | return service.getList(param,dayTime); |
| | | } |
| | |
| | | } |
| | | |
| | | @ApiOperation("查询-按天") |
| | | @PostMapping("getPage") |
| | | @PostMapping("getList") |
| | | public Response getList(@RequestParam String param, @RequestParam String dayTime){ |
| | | return service.getList(param,dayTime); |
| | | } |