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