From c8a1edd4aa2a64f228aa6ad7779cc5de33018026 Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期二, 20 五月 2025 20:00:26 +0800 Subject: [PATCH] zjh20250520 --- ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjExamJcsqdService.java | 27 +++++++++++++++++++++++++++ 1 files changed, 27 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..09e803c 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,26 @@ * @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); + + void deletedLtkjJcsqdByTjhandtmh1(String tjh); + + List<LtkjExamJcsqd> getLtkjJcsqdByTjh(String tjh); + + void saveLtkjExamJcsqd(String tjh); + + void saveXdtLtkjExamJcsqd(String tjh,String tmh); + + + AjaxResult getTjJcProByHisCall(String ksmc,String strIn,String brid,int pagecount,int page,String status); + + List<LtkjExamJcbgd> queryLtkjExamJcsqdByTjh(String tjh); } -- Gitblit v1.8.0