diff --git a/app/api/controller/TaskController.php b/app/api/controller/TaskController.php index ac39e46e8..a61f40986 100644 --- a/app/api/controller/TaskController.php +++ b/app/api/controller/TaskController.php @@ -13,7 +13,7 @@ class TaskController extends BaseApiController{ $where[]=['company_id','=',$this->userInfo['company_id']]; }else{ $where[]=['director_uid','=',$this->userId]; - $where[]=['status','=',1]; + // $where[]=['status','in',[1,2,3,5]]; } if(isset($param['date_time']) && $param['date_time']!=''){ $time=strtotime($param['date_time']);