浏览代码

question

release_toaliyun_real
xhxu 5 年前
父节点
当前提交
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 left join wx_question_oneself_topic wqot on wqot.id = wqol.topic_id
where wqol.wqou_id = #{wqouId} where wqol.wqou_id = #{wqouId}
<if test=" null != tenantId and '' != tenantId"> <if test=" null != tenantId and '' != tenantId">
and `tenant_id` = #{tenantId}
and wqol.`tenant_id` = #{tenantId}
</if> </if>
<if test=" null != parentTenantId and '' != parentTenantId"> <if test=" null != parentTenantId and '' != parentTenantId">
and `parent_tenant_id` = #{parentTenantId}
and wqol.`parent_tenant_id` = #{parentTenantId}
</if> </if>
order by wqot.sort order by wqot.sort
</select> </select>


正在加载...
取消
保存