rabin 3 vuotta sitten
vanhempi
commit
8b59696b7c
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. 7 0
      service/agent/lib/Dhorder.php

+ 7 - 0
service/agent/lib/Dhorder.php

@@ -16,6 +16,13 @@ class Dhorder
         $this->config = Dever::db($this->table)->config;
     }
 
+    # 设置订单的类型
+    public function set($type, $view)
+    {
+
+        return $this;
+    }
+
     # 获取公共的where
     public function where($id)
     {