From a9c99f81d343efd85dec9229db6c4cf52e497641 Mon Sep 17 00:00:00 2001
From: zjh <1084500556@qq.com>
Date: 星期四, 13 三月 2025 10:27:40 +0800
Subject: [PATCH] zjh20250313

---
 ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/LtkjHybgdServiceImpl.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/LtkjHybgdServiceImpl.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/LtkjHybgdServiceImpl.java
index 9ad2f8c..380ff2b 100644
--- a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/LtkjHybgdServiceImpl.java
+++ b/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);
+    }
 }

--
Gitblit v1.8.0