| | |
| | | } |
| | | |
| | | @ValueClassify("工时管理") |
| | | @ApiOperation(value = "统计产量工时汇总和辅助工时汇总") |
| | | //@ApiOperation(value = "统计产量工时汇总和辅助工时汇总") |
| | | @PostMapping("/collectWorkingHours") |
| | | public Result collectWorkingHours(){ |
| | | return Result.success(auxiliaryOutputWorkingHoursService.collectWorkingHours()); |
| | |
| | | |
| | | |
| | | @ValueClassify("工时管理") |
| | | @ApiOperation(value = "导出") |
| | | @ApiOperation(value = "导出产量工时+辅助工时") |
| | | @GetMapping("/exportWorkingHours") |
| | | public void exportWorkingHours(HttpServletResponse response) throws IOException { |
| | | auxiliaryOutputWorkingHoursService.exportWorkingHours(response); |