| | |
| | | public R<TotalCollectWeightByTypeVO> totalCollectWeightByType(@ApiParam(name = "type", value = "统计类型 1:按周统计 2:按月统计") @PathVariable("type") Integer type) { |
| | | return R.ok(screenService.totalCollectWeightByType(type)); |
| | | } |
| | | /** |
| | | * 医疗机构收集情况 |
| | | */ |
| | | @ApiOperation("医疗机构收集情况") |
| | | @GetMapping("/medicalInstitutionCollectList") |
| | | public R<List<MedicalInstitutionCollectListVO>> |
| | | // /** |
| | | // * 医疗机构收集情况 |
| | | // */ |
| | | // @ApiOperation("医疗机构收集情况") |
| | | // @GetMapping("/medicalInstitutionCollectList") |
| | | // public R<List<MedicalInstitutionCollectListVO>> |
| | | } |