rabin пре 3 година
родитељ
комит
8b59696b7c
1 измењених фајлова са 7 додато и 0 уклоњено
  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)
     {