wesmiler 2 周之前
父节点
当前提交
39c82ddbf4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Helpers/common.php

+ 1 - 1
app/Helpers/common.php

@@ -806,7 +806,7 @@ if (!function_exists('get_order_num')) {
     function get_order_num($prefix = '')
     {
         $micro = substr(microtime(), 2, 2);
-        return $prefix . date("ymdHis") . $micro . rand(100, 999);
+        return $prefix . date("ymdHis") . $micro . rand(10, 99);
     }
 
 }