任务成-查看公司每日任务列表

This commit is contained in:
chenbo 2023-12-22 15:48:27 +08:00
parent 4a7da20ffa
commit 597a3006be

View File

@ -122,7 +122,7 @@ class TaskSchedulingPlanController extends BaseAdminController
$date = $this->request->param('date',);
$list = TaskSchedulingPlan::where(['company_id' => $companyId])
->where('start_time', strtotime($date))
->with(['template','templateInfo'])
->with(['template','templateInfo', 'task'])
->order(['id' => 'desc'])
->select()
->toArray();