mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update
This commit is contained in:
@@ -112,7 +112,6 @@ public class IdUtils {
|
||||
while (id > 100000000000L) {
|
||||
id /= 10;
|
||||
}
|
||||
// Integer num = Integer.parseInt(id + "");
|
||||
return String.valueOf(id);
|
||||
}
|
||||
|
||||
|
||||
@@ -230,8 +230,7 @@ public class SnowflakeIdWorker {
|
||||
}).start();
|
||||
}
|
||||
Thread.sleep(3000);
|
||||
log.info("map.size():{}", map.size());
|
||||
log.info("耗时:" + (System.currentTimeMillis() - beginTime));
|
||||
log.info("map.size():{}, 耗时:{}", map.size(), (System.currentTimeMillis() - beginTime));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user