fix: grep 12/1
This commit is contained in:
parent
4ef0b60c45
commit
a2cef7f54d
@ -61,8 +61,6 @@ public class LogParser {
|
|||||||
String from = tabs[9];
|
String from = tabs[9];
|
||||||
String to = tabs[10];
|
String to = tabs[10];
|
||||||
String order = tabs[1];
|
String order = tabs[1];
|
||||||
if (date.contains("2021/12/1")) continue;
|
|
||||||
|
|
||||||
if (!user.containsKey(name))
|
if (!user.containsKey(name))
|
||||||
user.put(name, new User().setName(name).setOrder(order));
|
user.put(name, new User().setName(name).setOrder(order));
|
||||||
User u = user.get(name);
|
User u = user.get(name);
|
||||||
|
Loading…
Reference in New Issue
Block a user