zhaowenxuan
2025-02-27 43727df73e52cc00a1f1aee3c20a1aec8db1b92f
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);
}