赵文轩
2024-10-31 776c0bfcc8bbd37c3ea6337e148820d110731599
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);
    }
}