whitefang 1 год назад
Родитель
Сommit
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;
     }