From f2162e182405184e14bfa8d628150ccc49318fc3 Mon Sep 17 00:00:00 2001
From: zhaowenxuan <chacca165@163.com>
Date: 星期一, 19 五月 2025 17:11:54 +0800
Subject: [PATCH] 总检页面增加体检类型搜索调整了存储过程

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

diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjHybgdService.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjHybgdService.java
index 29cd569..b925667 100644
--- a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjHybgdService.java
+++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjHybgdService.java
@@ -4,10 +4,23 @@
 import com.ltkj.hosp.sqlDomain.LtkjExamJcsqd;
 import com.ltkj.hosp.sqlDomain.LtkjHybgd;
 
+import java.util.List;
+
 /**
  * @Company: 瑗垮畨璺嘲绉戞妧鏈夐檺鍏徃
  * @Author: lige
  * @Date: 2023/12/11 17:57
  */
 public interface LtkjHybgdService extends IService<LtkjHybgd> {
+
+    void  deletedLtkjHybgdByTjhAndTmh(String tmh);
+
+    List<String> getJianYanBaoGaoDan(String cardId);
+
+    List<LtkjHybgd> getJianYanBaoGaoDanList(String tmh);
+
+    List<String> getJianChaBaoGaoDan(String cardId);
+
+
+    List<LtkjHybgd> getReportJianYanBaoGaoDanList(String tmh);
 }

--
Gitblit v1.8.0