From be9c37424bbeb34c74a20e5a641e3d8b4427b266 Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期一, 29 七月 2024 08:35:56 +0800 Subject: [PATCH] 将转为map查询修改为mybatisplus根据实体类查询 --- 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