修复系统日志搜索错误

This commit is contained in:
TinyAnts 2022-09-14 14:24:36 +08:00
parent ba912956a2
commit 6905fd4fea
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class SystemLogsServerImpl implements ISystemLogsServer {
logOperateMapper.setSearch(mpjQueryWrapper, params, new String[]{
"like:title:str",
"like:sa.username:str",
"like:username@sa.username:str",
"=:type:str",
"=:status:int",
"=:url:str",