From b6f742f5fd549231c46cccd11647946422a6e93a Mon Sep 17 00:00:00 2001 From: zjh <zjh@888> Date: 星期二, 05 三月 2024 18:53:33 +0800 Subject: [PATCH] zjh 本地 2024/03/5 -2 --- ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjCustomerService.java | 5 +++++ 1 files changed, 5 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 5686ed0..77fe5e6 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 @@ -1,5 +1,6 @@ package com.ltkj.hosp.service; +import java.sql.ResultSet; import java.util.List; import com.baomidou.mybatisplus.extension.service.IService; @@ -61,4 +62,8 @@ public int deleteTjCustomerByCusId(Long cusId); List<TjCustomer> getTjCustomerList(String name); + + TjCustomer getTjCustomerByCusIdCard(String cusIdCard); + + ResultSet getJsonParseCustomerList(String deptId, Integer page, Integer pageSize, String cusName, String tjNumber); } -- Gitblit v1.8.0