@ -29,7 +29,7 @@ public class CityScreenCopy {
public static long getSnowId() throws InterruptedException {
//雪花算法生成唯一ID
Snowflake snowflake = IdUtil.createSnowflake(1, 1);
Thread.sleep(20);
Thread.sleep(2);
return snowflake.nextId();
}