wuwenyi 2 주 전
부모
커밋
c71779eb73
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/java/com/qqflow/engine/common/util/id/GenLong15Util.java

+ 2 - 2
src/main/java/com/qqflow/engine/common/util/id/GenLong15Util.java

@@ -24,9 +24,9 @@ public class GenLong15Util {
     }
 
     private static void checkAndInit() {
-        if (machineCode == null) {
+        if (recordSecond == null) {
             synchronized (GenLong15Util.class) {
-                if (machineCode == null) {
+                if (recordSecond == null) {
                     initData();
                 }
             }