zjh
2025-04-07 f072f0f403aa3dd2590d4cca5af0e1c8de6d9cdf
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);
    }
}