修改文件夹展示问题和文件夹删除问题

This commit is contained in:
Sh1yu
2023-08-01 10:45:48 +08:00
parent 901a165fb1
commit 1cb19841a8
4 changed files with 31 additions and 11 deletions

View File

@@ -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}