修复系统日志搜索错误

This commit is contained in:
TinyAnts
2022-09-14 14:24:36 +08:00
parent ba912956a2
commit 6905fd4fea

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",