修改文件夹展示问题和文件夹删除问题
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
a.update_time as updateTime, a.name as pageTitle, b.preview as previewContent
|
||||
from wiki_page a
|
||||
join wiki_page_content b on b.page_id = a.id
|
||||
where a.del_flag = 0
|
||||
where a.del_flag = 0 and a.editor_type != 0
|
||||
<if test="keywords != null and keywords != ''">
|
||||
and (
|
||||
a.name like #{keywords} or b.preview like #{keywords}
|
||||
|
||||
Reference in New Issue
Block a user