From 8c7934e10d0990b901e9f79c362c1d95209cd447 Mon Sep 17 00:00:00 2001 From: 赵文轩 <1652863494@qq.com> Date: 星期二, 18 六月 2024 11:52:51 +0800 Subject: [PATCH] hisPDF工具类 --- 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 5686ed0..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; @@ -61,4 +62,12 @@ 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); + + String getCompNameByCusId(String cusId); + + void updateCardId(Long cusId,String cardId); } -- Gitblit v1.8.0