幸运24-额外-meta增加todayInput和todayOutput计数器-处理跨天

This commit is contained in:
2025-10-17 18:56:48 +08:00
parent 72a66ce628
commit abcb90315c

View File

@@ -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();
// 第一层