瀏覽代碼

工程师工单

whitefang 1 年之前
父節點
當前提交
2c98111b27
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/api/lists/recharge/ServiceOrderLists.php

+ 1 - 1
app/api/lists/recharge/ServiceOrderLists.php

@@ -37,7 +37,7 @@ class ServiceOrderLists extends BaseApiDataLists
                 $query->where(['service_status' => $service_status]);
             }
         })->column('id');
-        $where['work_id'] = ['in', !empty($work_ids)?implode(',',$work_ids):5];
+        $where['work_id'] = ['in', !empty($work_ids)?implode(',',$work_ids):9999999];
         return $where;
     }