liusheng
昨天 8e3a02c1facca35c5a90ce9b49505f373ae658f5
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;