任务日程详情
This commit is contained in:
parent
c795d6ecce
commit
88f026f321
@ -62,8 +62,8 @@ class TaskSchedulingPlanLists extends BaseAdminDataLists implements ListsSearchI
|
|||||||
}
|
}
|
||||||
return TaskSchedulingPlan::where($this->searchWhere)
|
return TaskSchedulingPlan::where($this->searchWhere)
|
||||||
->where($where)
|
->where($where)
|
||||||
->with(['template'])
|
->with(['template','templateInfo'])
|
||||||
->field(['id', 'create_user_id', 'template_id', 'scheduling_id', 'start_time', 'end_time', 'status'])
|
// ->field(['id', 'create_user_id', 'template_id', 'scheduling_id', 'start_time', 'end_time', 'status'])
|
||||||
->limit($this->limitOffset, $this->limitLength)
|
->limit($this->limitOffset, $this->limitLength)
|
||||||
->order(['id' => 'desc'])
|
->order(['id' => 'desc'])
|
||||||
->select()
|
->select()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user