dever hace 4 años
padre
commit
61d13b3815
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/Pay.php

+ 1 - 1
lib/Pay.php

@@ -130,7 +130,7 @@ class Pay
     # 生成订单号
     public function getOrderId()
     {
-        $where['order_id'] = Dever::order();
+        $where['order_id'] = Dever::order('G');
         $state = Dever::db('goods/order')->one($where);
         if (!$state) {
             return $where['order_id'];