From 33de5e90c14e44e1639c961a48e338c1da3d5624 Mon Sep 17 00:00:00 2001 From: zjh <zjh@888> Date: 星期三, 26 六月 2024 16:51:56 +0800 Subject: [PATCH] zjh 本地 2024/06/26 --2 --- ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjHybgdService.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjHybgdService.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjHybgdService.java index d321296..21f8067 100644 --- a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjHybgdService.java +++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjHybgdService.java @@ -4,6 +4,8 @@ import com.ltkj.hosp.sqlDomain.LtkjExamJcsqd; import com.ltkj.hosp.sqlDomain.LtkjHybgd; +import java.util.List; + /** * @Company: 瑗垮畨璺嘲绉戞妧鏈夐檺鍏徃 * @Author: lige @@ -13,5 +15,5 @@ void deletedLtkjHybgdByTjhAndTmh(String tmh); - String getJianYanBaoGaoDan(String cardId); + List<String> getJianYanBaoGaoDan(String cardId); } -- Gitblit v1.8.0