修改脱敏查询导出bug

parent b3e2d471
...@@ -384,7 +384,7 @@ public class UserQueryLogController { ...@@ -384,7 +384,7 @@ public class UserQueryLogController {
List<UserQueryInfo> uqls=new ArrayList<UserQueryInfo>(); List<UserQueryInfo> uqls=new ArrayList<UserQueryInfo>();
String[] values=keyValues.split(";"); String[] values=keyValues.split("\\n");
List<String> queryV= Arrays.asList(values); List<String> queryV= Arrays.asList(values);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment