From 26601bf64b894c686b436adbc756395a68eb919e Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Tue, 15 Aug 2023 17:41:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/TaskController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']);