赵文轩
2024-10-30 7068ab4307920f2f03f3caeef99380b8b546a550
ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/TjSamplingServiceImpl.java
@@ -130,4 +130,9 @@
    public boolean updateHeBingXm(List<String> ids) {
        return tjSamplingMapper.updateHeBingXms(ids);
    }
    @Override
    public String getBuKeHebingProName(List<String> ids) {
        return tjSamplingMapper.getBuKeHebingProName(ids);
    }
}