This commit is contained in:
Van0313
2025-04-26 12:33:08 +08:00
parent c8e886a0f8
commit 2fdf300849

View File

@@ -1532,7 +1532,7 @@ public class JDUtil {
String s = redisTemplate.opsForValue().get(redisKey); String s = redisTemplate.opsForValue().get(redisKey);
Integer num = 1; Integer num = 1;
try { try {
num = Integer.parseInt(split[2]); num = Integer.parseInt(split[2].replaceAll(" ", ""));
} catch (NumberFormatException ignored) { } catch (NumberFormatException ignored) {
} }
for (int i = 0; i < num; i++){ for (int i = 0; i < num; i++){