From 0892d843cd394f383ff50f480f7f22f2ec3829bc Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期五, 27 六月 2025 20:24:45 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjCustomerService.java | 7 +++++++ 1 files changed, 7 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 115a3b1..b363cd3 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; @@ -70,4 +71,10 @@ 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); + + String getSexByTjh(String tjNumber); } -- Gitblit v1.8.0