fix: grep 12/1

This commit is contained in:
CaiHQ 2021-12-02 09:15:32 +08:00
parent 4ef0b60c45
commit a2cef7f54d

View File

@ -61,8 +61,6 @@ public class LogParser {
String from = tabs[9];
String to = tabs[10];
String order = tabs[1];
if (date.contains("2021/12/1")) continue;
if (!user.containsKey(name))
user.put(name, new User().setName(name).setOrder(order));
User u = user.get(name);