瀏覽代碼

订单列表

whitefang 1 年之前
父節點
當前提交
ce015bddba
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      app/api/logic/ServiceOrderLogic.php

+ 7 - 0
app/api/logic/ServiceOrderLogic.php

@@ -25,6 +25,13 @@ use think\facade\Db;
  */
 class ServiceOrderLogic extends BaseLogic
 {
+    public function setSearch(): array
+    {
+        return [
+            '=' => ['service_status'],
+        ];
+    }
+
     /**
      * 提交订单
      * @param array $params