From c7e35e1bca7221ac8a1ffe7df99493daf50b189f Mon Sep 17 00:00:00 2001
From: zhaowenxuan <chacca165@163.com>
Date: 星期四, 06 二月 2025 09:31:21 +0800
Subject: [PATCH] 20250206

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

diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjCustomerService.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjCustomerService.java
index 77fe5e6..4f17f35 100644
--- a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjCustomerService.java
+++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjCustomerService.java
@@ -2,6 +2,7 @@
 
 import java.sql.ResultSet;
 import java.util.List;
+import java.util.Map;
 
 import com.baomidou.mybatisplus.extension.service.IService;
 import com.ltkj.hosp.domain.TjCustomer;
@@ -66,4 +67,12 @@
     TjCustomer getTjCustomerByCusIdCard(String cusIdCard);
 
     ResultSet getJsonParseCustomerList(String deptId, Integer page, Integer pageSize, String cusName, String tjNumber);
+
+    String getCompNameByCusId(String cusId);
+
+    void  updateCardId(Long cusId,String cardId);
+
+    List<Map<String, Object>> vcustomerlist(String name, String sjh, String sfzh);
+
+    List<TjCustomer> getcusList(TjCustomer tjCustomer);
 }

--
Gitblit v1.8.0