Explorar o código

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

吴昊天 %!s(int64=3) %!d(string=hai) anos
pai
achega
b420ef3610
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      crmeb/app/services/order/StoreOrderCreateServices.php

+ 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 {