This commit is contained in:
mkm 2023-09-09 09:08:49 +08:00
commit cd910e865d

View File

@ -18,6 +18,7 @@ class TaskController extends BaseApiController
{
$param = Request()->param();
[$page, $limit] = $this->getPage();
$time = strtotime(date('Y-m-d'));
if ($this->userInfo['admin_id'] != 0) {
$where[] = ['company_id', '=', $this->userInfo['company_id']];
} else {