Przeglądaj źródła

【程序目录】更新雪花算法

吴昊天 2 lat temu
rodzic
commit
b420ef3610

+ 1 - 1
crmeb/app/services/order/StoreOrderCreateServices.php

@@ -64,7 +64,7 @@ class StoreOrderCreateServices extends BaseServices
         $snowflake = new \Godruoyi\Snowflake\Snowflake();
 
         if (Config::get('cache.default') == 'file') {
-            //32位
+            //32位 
             if (PHP_INT_SIZE == 4) {
                 $id = abs($snowflake->id());
             } else {