bug fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user