From 41f99a843fb2c0424426e006f29c1e78192eae01 Mon Sep 17 00:00:00 2001
From: zjh <1084500556@qq.com>
Date: 星期三, 06 十二月 2023 08:37:55 +0800
Subject: [PATCH] zjh 2023/12/06--1

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

diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/TjCustomerServiceImpl.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/TjCustomerServiceImpl.java
index 41f642c..ec6b0b5 100644
--- a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/TjCustomerServiceImpl.java
+++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/TjCustomerServiceImpl.java
@@ -95,4 +95,9 @@
     public List<TjCustomer> getTjCustomerList(String name) {
         return tjCustomerMapper.getTjCustomerList(name);
     }
+
+    @Override
+    public TjCustomer getTjCustomerByCusIdCard(String cusIdCard) {
+        return tjCustomerMapper.getTjCustomerByCusIdCard(cusIdCard);
+    }
 }

--
Gitblit v1.8.0