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/impl/LtkjHybgdServiceImpl.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/LtkjHybgdServiceImpl.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/LtkjHybgdServiceImpl.java index 019d5e5..d16905d 100644 --- a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/LtkjHybgdServiceImpl.java +++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/LtkjHybgdServiceImpl.java @@ -10,6 +10,7 @@ import org.springframework.stereotype.Service; import javax.annotation.Resource; +import java.util.List; /** * 鐥呯+鎰忚Service涓氬姟灞傚鐞� @@ -28,7 +29,7 @@ } @Override - public String getJianYanBaoGaoDan(String cardId) { + public List<String> getJianYanBaoGaoDan(String cardId) { return mapper.getJianYanBaoGaoDan(cardId); } } -- Gitblit v1.8.0