From d866e43afbe901bfc640776e02f767b9045acbc2 Mon Sep 17 00:00:00 2001 From: 赵文轩 <1652863494@qq.com> Date: 星期三, 12 六月 2024 09:04:56 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peis --- ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjSurveyTemplateService.java | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjSurveyTemplateService.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjSurveyTemplateService.java index 651f487..6981bc8 100644 --- a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjSurveyTemplateService.java +++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjSurveyTemplateService.java @@ -3,8 +3,9 @@ import java.util.List; import com.baomidou.mybatisplus.extension.service.IService; -import com.ltkj.hosp.domain.TjSurveyQuestion; +import com.ltkj.common.core.domain.entity.SysDictData; import com.ltkj.hosp.domain.TjSurveyTemplate; +import com.ltkj.hosp.domain.TreeTjSurveryTemplate; /** * 闂嵎妯℃澘Service鎺ュ彛 @@ -20,6 +21,11 @@ * @return 闂嵎妯℃澘 */ public TjSurveyTemplate selectTjSurveyTemplateByMid(Long mid); + + public TjSurveyTemplate selectTemplateByMid1(Long mid); + + public int qybzTjSurveyTemplateByQy(Long mid); + public int qybzTjSurveyTemplateByJy(Long mid); /** * 鏌ヨ闂嵎妯℃澘鍒楄〃 @@ -60,4 +66,11 @@ * @return 缁撴灉 */ public int deleteTjSurveyTemplateByMid(Long mid); + + + public List<TreeTjSurveryTemplate> selectDictDataList(SysDictData dictData); + + List<TreeTjSurveryTemplate> getTreeTjSurveryTemplate(String vaule); + + TjSurveyTemplate selectTemplateByTjCategory(String tjCategory); } -- Gitblit v1.8.0