From 971162978842f8cf87d34f99da8c529e2e945da8 Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期二, 15 四月 2025 08:46:57 +0800 Subject: [PATCH] zjh20250415 --- ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjExamJcsqdService.java | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjExamJcsqdService.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjExamJcsqdService.java index f7afd73..0336281 100644 --- a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjExamJcsqdService.java +++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjExamJcsqdService.java @@ -1,8 +1,13 @@ package com.ltkj.hosp.service; import com.baomidou.mybatisplus.extension.service.IService; +import com.ltkj.common.core.domain.AjaxResult; import com.ltkj.hosp.sqlDomain.LtkjExamJcbgd; import com.ltkj.hosp.sqlDomain.LtkjExamJcsqd; +import com.ltkj.hosp.sqlDomain.LtkjHysqd; + +import java.util.List; +import java.util.Map; /** * @Company: 瑗垮畨璺嘲绉戞妧鏈夐檺鍏徃 @@ -10,4 +15,23 @@ * @Date: 2023/12/11 17:57 */ public interface LtkjExamJcsqdService extends IService<LtkjExamJcsqd> { + + LtkjExamJcsqd getLtkjJcsqdByTjhAndTmh(String tjh, String tmh); + + + void deletedLtkjJcsqdByTjhAndTmh(String tjh); + + void deletedLtkjJcsqdByTjhAndXmId(String tjh,String xmid); + + void deletedLtkjJcsqdByTjhandtmh(String tjh,String tmh); + + List<LtkjExamJcsqd> getLtkjJcsqdByTjh(String tjh); + + void saveLtkjExamJcsqd(String tjh); + + void saveLtkjExamJcsqdxdt(String tjh); + + AjaxResult getTjJcProByHisCall(String ksmc,String strIn,String brid,int pagecount,int page,String status); + + List<LtkjExamJcbgd> queryLtkjExamJcsqdByTjh(String tjh); } -- Gitblit v1.8.0