Merge branch 'dev' into preview
This commit is contained in:
commit
247500c10d
@ -50,7 +50,7 @@ class TaskController extends BaseApiController
|
||||
// $where[] = ['company_id', '=', $this->userInfo['company_id']];
|
||||
}
|
||||
if ($this->userInfo['admin_id'] != 0) {
|
||||
$where[] = ['company_id', '=', $this->userInfo['company_id']];
|
||||
$where = ['company_id', '=', $this->userInfo['company_id']];
|
||||
}
|
||||
if (isset($param['date_time']) && $param['date_time'] != '') {
|
||||
$time = strtotime($param['date_time']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user