修复系统日志搜索错误

This commit is contained in:
TinyAnts 2022-09-14 14:20:07 +08:00
parent 8d778d94c5
commit ba912956a2
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:username:str",
"like:sa.username:str",
"=:type:str",
"=:status:int",
"=:url:str",