From 0b92601f31ea8701711ca4e0037184d8cac22caa Mon Sep 17 00:00:00 2001 From: zjh <zjh@888> Date: 星期一, 24 六月 2024 19:12:18 +0800 Subject: [PATCH] zjh 本地 2024/06/24 --1 --- 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