zjh
2025-04-15 3acbfbf90dbaa7f87aa2d37405700a9abc08073a
ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/LtkjHybgdServiceImpl.java
@@ -10,6 +10,7 @@
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.util.Collections;
import java.util.List;
/**
@@ -42,4 +43,9 @@
    public List<String> getJianChaBaoGaoDan(String cardId) {
        return mapper.getJianChaBaoGaoDan(cardId);
    }
    @Override
    public List<LtkjHybgd> getReportJianYanBaoGaoDanList(String tmh) {
        return mapper.getReportJianYanBaoGaoDanList(tmh);
    }
}