幸运24-额外-meta增加todayInput和todayOutput计数器-处理跨天
This commit is contained in:
@@ -133,7 +133,7 @@ public class Lucky24ExtraService {
|
||||
long todayTimes = userMetaMapSnapshot.getOrDefault(todayTimesKey, 0L).longValue();
|
||||
String todayInputKey = String.join("_", today, INPUT_KEY);
|
||||
long todayInput = userMetaMapSnapshot.getOrDefault(todayInputKey, 0L).longValue();
|
||||
String todayOutputKey = String.join("_", today, INPUT_KEY);
|
||||
String todayOutputKey = String.join("_", today, OUTPUT_KEY);
|
||||
long todayOutput = userMetaMapSnapshot.getOrDefault(todayOutputKey, 0L).longValue();
|
||||
|
||||
// 第一层
|
||||
|
Reference in New Issue
Block a user