| | |
| | | return Result.success(dataReportingService.selectProductCountDtoPageList(page, productCountDto)); |
| | | } |
| | | |
| | | @ApiOperation(value = "获取登记人汇总列表") |
| | | @ApiOperation(value = "获取员工数据统计列表") |
| | | @PostMapping("/selectRegistrantCountDtoPageList") |
| | | public Result selectRegistrantCountDtoPageList(@RequestBody Map<String, Object> data) { |
| | | Page page = JSON.parseObject(JSON.toJSONString(data.get("page")), Page.class); |
| | |
| | | financeSubmitService.deleteAllFinance(date); |
| | | return Result.success(); |
| | | } |
| | | |
| | | @ApiOperation(value = "数据上报主管权限") |
| | | @GetMapping("/dataReportingPower") |
| | | public Result dataReportingPower() { |
| | | return Result.success(); |
| | | } |
| | | |
| | | } |