去掉根据文件内容进行匹配。

This commit is contained in:
chenxudong 2025-03-25 10:08:16 +08:00
parent e004eed373
commit 280b4e691e
1 changed files with 3 additions and 3 deletions

View File

@ -140,9 +140,9 @@ public class EdFileInfoServiceImpl extends ServiceImpl<EdFileInfoMapper, EdFileI
.or() .or()
.like(EdFileInfo::getFileCode, pars.getKeyword()) .like(EdFileInfo::getFileCode, pars.getKeyword())
.or() .or()
.like(EdFileInfo::getFileNote, pars.getKeyword()) .like(EdFileInfo::getFileNote, pars.getKeyword()));
.or() // .or()
.like(EdFileInfo::getFileContent, pars.getKeyword())); // .like(EdFileInfo::getFileContent, pars.getKeyword()));
} }
// 处理 tagIds 查询 // 处理 tagIds 查询