This commit is contained in:
Van0313
2025-04-26 12:25:23 +08:00
parent 433da799ef
commit c8e886a0f8

View File

@@ -1530,7 +1530,7 @@ public class JDUtil {
try {
// 从 Redis 获取当前日期的订单计数器
String s = redisTemplate.opsForValue().get(redisKey);
int num = 1;
Integer num = 1;
try {
num = Integer.parseInt(split[2]);
} catch (NumberFormatException ignored) {