bug fix
This commit is contained in:
@@ -1530,7 +1530,7 @@ public class JDUtil {
|
|||||||
try {
|
try {
|
||||||
// 从 Redis 获取当前日期的订单计数器
|
// 从 Redis 获取当前日期的订单计数器
|
||||||
String s = redisTemplate.opsForValue().get(redisKey);
|
String s = redisTemplate.opsForValue().get(redisKey);
|
||||||
int num = 1;
|
Integer num = 1;
|
||||||
try {
|
try {
|
||||||
num = Integer.parseInt(split[2]);
|
num = Integer.parseInt(split[2]);
|
||||||
} catch (NumberFormatException ignored) {
|
} catch (NumberFormatException ignored) {
|
||||||
|
|||||||
Reference in New Issue
Block a user