zjh
2024-07-09 d7d79867f7ccd9b4d13fe7b9e5f5850ebf794639
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);
    }
}