赵文轩
2024-10-29 91f2079fca68fbf8d2f9ed9e9a87b6c0eef33cd5
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);
    }
}