Commit d9b2cc6f authored by pengxin's avatar pengxin

新增知识库授权功能修改。

parent dc8cc35e
......@@ -45,11 +45,8 @@
SELECT DISTINCT lmp_knowledge_manage.*
FROM lmp_knowledge_manage
LEFT JOIN lmp_knowledge_user ON lmp_knowledge_user.knowledge_id = lmp_knowledge_manage.knowledge_id
<where>
<include refid="filterRef"/>
</where>
<if test="knowledgeManageFilter.createUserId != null">
AND lmp_knowledge_user.user_id = #{knowledgeManageFilter.createUserId}
WHERE lmp_knowledge_user.user_id = #{knowledgeManageFilter.createUserId}
</if>
<if test="orderBy != null and orderBy != ''">
ORDER BY ${orderBy}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment