系统日志模糊搜索

This commit is contained in:
TinyAnts 2022-09-15 11:25:06 +08:00
parent b5ed94f9e1
commit d933d88290
1 changed files with 1 additions and 1 deletions

View File

@ -58,10 +58,10 @@ public class SystemLogsServerImpl implements ISystemLogsServer {
logOperateMapper.setSearch(mpjQueryWrapper, params, new String[]{
"like:title:str",
"like:username@sa.username:str",
"like:ip:str",
"=:type:str",
"=:status:int",
"=:url:str",
"=:ip:str",
"datetime:startTime-endTime@t.create_time:str"
});