浏览代码

修改拼团工单

dongxiaoqin 1 年之前
父节点
当前提交
170f244b3d
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      app/adminapi/lists/works/GroupServiceWorkLists.php

+ 3 - 0
app/adminapi/lists/works/GroupServiceWorkLists.php

@@ -50,6 +50,9 @@ class GroupServiceWorkLists extends BaseAdminDataLists implements ListsSearchInt
         if (!empty($this->params['service_status']) && $this->params['service_status'] == 1) {
             $where[] = ['service_status', '<>', 3];
         }
+        if (isset($this->params['third_type']) && $this->params['third_type'] == '') {
+            $where[] = ['third_type', '<>', 3];
+        }
         if (!empty($this->params['service_status']) && $this->params['service_status'] == 2) {
             $where[] = ['service_status', '=', 3];
         }