Merge branch 'dev' into preview

This commit is contained in:
chenbo 2023-12-18 10:51:23 +08:00
commit 247500c10d

View File

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