From f20eab3d08011a159e728f5dbfd3197b8ba84d09 Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期二, 17 十二月 2024 14:13:00 +0800 Subject: [PATCH] zjh202412017 --- ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/LtkjExamJcbgdServiceImpl.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/LtkjExamJcbgdServiceImpl.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/LtkjExamJcbgdServiceImpl.java index 7f5996c..215f935 100644 --- a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/LtkjExamJcbgdServiceImpl.java +++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/LtkjExamJcbgdServiceImpl.java @@ -39,4 +39,9 @@ public List<LtkjExamJcbgd> getJianJcBaoGaoDanList(String tmh) { return mapper.getJianJcBaoGaoDanList(tmh); } + + @Override + public List<LtkjExamJcbgd> getJianJcBaoGaoDanByTjh(String cardId) { + return mapper.getJianJcBaoGaoDanByTjh(cardId); + } } -- Gitblit v1.8.0