任务成-查看公司每日任务列表
This commit is contained in:
parent
4a7da20ffa
commit
597a3006be
@ -122,7 +122,7 @@ class TaskSchedulingPlanController extends BaseAdminController
|
|||||||
$date = $this->request->param('date',);
|
$date = $this->request->param('date',);
|
||||||
$list = TaskSchedulingPlan::where(['company_id' => $companyId])
|
$list = TaskSchedulingPlan::where(['company_id' => $companyId])
|
||||||
->where('start_time', strtotime($date))
|
->where('start_time', strtotime($date))
|
||||||
->with(['template','templateInfo'])
|
->with(['template','templateInfo', 'task'])
|
||||||
->order(['id' => 'desc'])
|
->order(['id' => 'desc'])
|
||||||
->select()
|
->select()
|
||||||
->toArray();
|
->toArray();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user