mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-08 16:20:43 +08:00
系统日志模糊搜索
This commit is contained in:
@@ -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"
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user