java110 лет назад: 2
Родитель
Сommit
ef35ba1fd4

+ 1 - 1
java110-db/src/main/resources/mapper/user/QuestionTitleV1ServiceDaoImplMapper.xml

@@ -18,7 +18,7 @@
     <!-- 查询问卷题目信息 add by wuxw 2018-07-03 -->
     <select id="getQuestionTitleInfo" parameterType="Map" resultType="Map">
         select t.title_type,t.title_type titleType,t.title_id,t.title_id titleId,t.status_cd,t.status_cd
-        statusCd,t.community_id,t.community_id communityId,t.qa_title,t.qa_title qaTitle
+        statusCd,t.community_id,t.community_id communityId,t.qa_title,t.qa_title qaTitle,t.create_time createTime
         from question_title t
         where 1 =1
         <if test="titleType !=null and titleType != ''">