From b7adb9e5316030aabfb90a8ff1b43c848aa550ec Mon Sep 17 00:00:00 2001
From: zhaowenxuan <chacca165@163.com>
Date: 星期四, 05 六月 2025 12:37:45 +0800
Subject: [PATCH] 小程序查报告接口增加返回检查综述以及医师建议

---
 ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TjSurveyQuestionMapper.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TjSurveyQuestionMapper.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TjSurveyQuestionMapper.java
index 7641e46..6cd6807 100644
--- a/ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TjSurveyQuestionMapper.java
+++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TjSurveyQuestionMapper.java
@@ -69,7 +69,7 @@
      * @param qid 闂嵎闂涓婚敭
      * @return 缁撴灉
      */
-    public int deleteTjSurveyQuestionByQid(String qid);
+    public int deleteTjSurveyQuestionByQid(Long qid);
 
 
     public int deleteTjSurveyQuestionByMid(Long mid);
@@ -105,7 +105,7 @@
      * @param qid 闂嵎闂ID
      * @return 缁撴灉
      */
-    public int deleteTjSurveyOptionsByQid(String qid);
+    public int deleteTjSurveyOptionsByQid(Long qid);
 
 
     @Select("SELECT * FROM tj_survey_temp_ques a WHERE a.mid=#{mid} AND a.deleted=0")

--
Gitblit v1.8.0