更新
This commit is contained in:
parent
3694306277
commit
26601bf64b
@ -13,7 +13,7 @@ class TaskController extends BaseApiController{
|
|||||||
$where[]=['company_id','=',$this->userInfo['company_id']];
|
$where[]=['company_id','=',$this->userInfo['company_id']];
|
||||||
}else{
|
}else{
|
||||||
$where[]=['director_uid','=',$this->userId];
|
$where[]=['director_uid','=',$this->userId];
|
||||||
$where[]=['status','=',1];
|
// $where[]=['status','in',[1,2,3,5]];
|
||||||
}
|
}
|
||||||
if(isset($param['date_time']) && $param['date_time']!=''){
|
if(isset($param['date_time']) && $param['date_time']!=''){
|
||||||
$time=strtotime($param['date_time']);
|
$time=strtotime($param['date_time']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user