medicalWaste-system/src/main/java/com/sinata/system/service/biz/StaticsService.java
@@ -61,19 +61,7 @@ private final MwDisposalRecordService mwDisposalRecordService; private final MwDisposalHandleRecordService mwDisposalHandleRecordService; /** * 机构分布-获取机构列表 * * @param type 1:全部 2:医院 3:处置单位 * @return */ public List<SysDepartment> departmentList(Integer type) { return sysDepartmentService.lambdaQuery().eq(type != 1, SysDepartment::getOrgType, type).list(); } public MedicalWasteStaticsVO medicalWaste() { return null; } /** * 医院报表