From e75b172925502dbeca943f9d4a0cda04977c4c28 Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期四, 15 八月 2024 18:33:21 +0800 Subject: [PATCH] zjh 2024-08-15 --- 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 ca4745e..115a3b1 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; @@ -63,4 +64,10 @@ List<TjCustomer> getTjCustomerList(String name); 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); } -- Gitblit v1.8.0