liusheng
2026-08-14 349617384c7334699043e1f8a8a235c47f3a6b1c
ruoyi-project/src/main/java/com/ruoyi/project/common/IdGeneratorUtils.java
@@ -26,6 +26,7 @@
            if (counter == 0) {
                // 同一毫秒内计数器用完,等待下一毫秒
                timestamp = waitNextMillis(lastTimestamp);
                counter = 0L;
            }
        } else {
            counter = 0L;