Просмотр исходного кода

question

release_toaliyun_real
xhxu 5 лет назад
Родитель
Сommit
a755d5849f
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxQuestionOneselfLogMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxQuestionOneselfLogMapper.xml Просмотреть файл

@@ -65,7 +65,7 @@
<include refid="dynamicWhereConditions"/>
</select>

<select id="findDetailsList" parameterType="com.iformall.domain.po.WxQuestionOneselfLog" resultMap="com.iformall.domain.po.WxQuestionOneselfLog">
<select id="findDetailsList" parameterType="com.iformall.domain.po.WxQuestionOneselfLog" resultType="com.iformall.domain.po.WxQuestionOneselfLog">
select wqol.*,wqot.answer as answers,wqot.type,wqot.sort
from wx_question_oneself_log wqol
left join wx_question_oneself_topic wqot on wqot.id = wqol.topic_id


Загрузка…
Отмена
Сохранить