This commit is contained in:
Van0313
2025-04-27 16:51:45 +08:00
parent f82c22e3ee
commit c6f64218db

View File

@@ -1569,7 +1569,7 @@ public class JDUtil {
} }
for (int i = 0; i < num; i++) { for (int i = 0; i < num; i++) {
if (s != null) { if (s != null) {
count = Integer.parseInt(s) + 1; // 递增计数器 count = num + 1; // 递增计数器
} }
// 将新的计数器值保存回 Redis // 将新的计数器值保存回 Redis