--优化国家地区缓存机制

This commit is contained in:
2025-11-11 15:00:06 +08:00
parent faaf465554
commit 505327b6f5
8 changed files with 59 additions and 48 deletions

View File

@ -1162,7 +1162,11 @@ public class DataLogTools {
}
public static void main(String[] args) {
long id = IdWorker.getId();
System.out.println(""+id);
System.out.println((""+id).length());
}
}