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

question

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

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

@@ -71,10 +71,10 @@
left join wx_question_oneself_topic wqot on wqot.id = wqol.topic_id
where wqol.wqou_id = #{wqouId}
<if test=" null != tenantId and '' != tenantId">
and `tenant_id` = #{tenantId}
and wqol.`tenant_id` = #{tenantId}
</if>
<if test=" null != parentTenantId and '' != parentTenantId">
and `parent_tenant_id` = #{parentTenantId}
and wqol.`parent_tenant_id` = #{parentTenantId}
</if>
order by wqot.sort
</select>


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