From 6d09c6301492d3095ff64dba2336f0d0b69638e6 Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期四, 10 四月 2025 18:04:44 +0800 Subject: [PATCH] zjh20250410 --- ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/LtkjExamJcsqdServiceImpl.java | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/LtkjExamJcsqdServiceImpl.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/LtkjExamJcsqdServiceImpl.java index 5598e72..860ee11 100644 --- a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/LtkjExamJcsqdServiceImpl.java +++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/LtkjExamJcsqdServiceImpl.java @@ -4,6 +4,7 @@ import com.ltkj.common.core.domain.AjaxResult; import com.ltkj.hosp.mapper.LtkjExamJcsqdMapper; import com.ltkj.hosp.service.LtkjExamJcsqdService; +import com.ltkj.hosp.sqlDomain.LtkjExamJcbgd; import com.ltkj.hosp.sqlDomain.LtkjExamJcsqd; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; @@ -51,11 +52,21 @@ } @Override + public void deletedLtkjJcsqdByTjhandtmh(String tjh, String tmh) { + mapper.deletedLtkjJcsqdByTjhandtmh(tjh,tmh); + } + + @Override public List<LtkjExamJcsqd> getLtkjJcsqdByTjh(String tjh) { return mapper.getLtkjJcsqdByTjh(tjh); } @Override + public List<LtkjExamJcbgd> queryLtkjExamJcsqdByTjh(String tjh) { + return mapper.queryLtkjExamJcsqdByTjh(tjh); + } + + @Override public void saveLtkjExamJcsqd(String tjh) { mapper.saveLtkjExamJcsqd(tjh); } -- Gitblit v1.8.0