This commit is contained in:
mkm 2023-08-15 17:41:31 +08:00
parent 3694306277
commit 26601bf64b

View File

@ -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']);