zjh
2024-06-07 a0385d39fd55aaf45f43e2e12e446b9c933efc1c
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);
    }
}