涩图模块:修复每日统计没效果

This commit is contained in:
2022-04-22 00:32:28 +08:00
parent 3dac0288f3
commit 61feb23f16
2 changed files with 5 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ public abstract class Model implements ModelInterface {
}
}
public void onTime(Long qq,String time) {
public synchronized void onTime(Long qq,String time) {
}
public static StringBuilder getCommands(Class<?> commands) {