zhoutg 6 лет назад
Родитель
Сommit
51ca2391aa
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      precman-service/src/main/resources/mapper/QuestionInfoMapper.xml

+ 1 - 1
precman-service/src/main/resources/mapper/QuestionInfoMapper.xml

@@ -138,7 +138,7 @@
 
 
     <select id="getByQuestionMapping" parameterType="java.util.Map" resultType="com.diagbot.entity.wrapper.QuestionInfoWrapper">
-        select t.*, m.parent_question, m.position, m.form_position , m.exclusion_type, m.symptom_type from prec_question_info t, prec_question_mapping m
+        select t.*, m.parent_question , m.exclusion_type from prec_question_info t, prec_question_mapping m
         where t.is_deleted = 'N' and m.is_deleted = 'N' and m.son_question = t.id
         <if test="id != null">
             and m.parent_question = #{id}