liusheng
6 天以前 2af026a8b4ff03fe32136d9c891568db64b30d6c
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;