任务成-查看公司每日任务列表
This commit is contained in:
parent
7b882767f3
commit
ad1e79b55f
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user