소스 검색

修改bug

zhoutg 6 년 전
부모
커밋
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}