zjh
2024-06-24 1976a2d297317067d7afe5f51df4615a6eba80af
ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/TjDwGroupingServiceImpl.java
@@ -94,4 +94,9 @@
    public int selectTjDwGroupingBySex(String dwDeptId, String sex) {
        return tjDwGroupingMapper.selectTjDwGroupingBySex(dwDeptId,sex);
    }
    @Override
    public int selectTjDwGroupingByDwDeptId(String dwDeptId) {
        return tjDwGroupingMapper.selectTjDwGroupingByDwDeptId(dwDeptId);
    }
}