修复系统日志搜索错误
This commit is contained in:
parent
8d778d94c5
commit
ba912956a2
|
|
@ -57,7 +57,7 @@ public class SystemLogsServerImpl implements ISystemLogsServer {
|
||||||
|
|
||||||
logOperateMapper.setSearch(mpjQueryWrapper, params, new String[]{
|
logOperateMapper.setSearch(mpjQueryWrapper, params, new String[]{
|
||||||
"like:title:str",
|
"like:title:str",
|
||||||
"like:username:str",
|
"like:sa.username:str",
|
||||||
"=:type:str",
|
"=:type:str",
|
||||||
"=:status:int",
|
"=:status:int",
|
||||||
"=:url:str",
|
"=:url:str",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue