luodangjia
2025-01-03 4a8c7756c66e2c5128dc9974ff7d3335deb903e4
medicalWaste-admin/src/main/java/com/sinata/web/controller/screen/ScreenController.java
@@ -87,10 +87,10 @@
    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>>
}