更新
This commit is contained in:
parent
58b871f93d
commit
c33f38fb53
@ -67,7 +67,7 @@ class TaskController extends BaseApiController
|
||||
public function order_detail()
|
||||
{
|
||||
$parmas = $this->request->param();
|
||||
$task=Task::where('id',$parmas['id'])->field('company_id,start_time,end_time')->find();
|
||||
$task=Task::where('id',$parmas['id'])->field('company_id,start_time,end_time,extend,type')->find();
|
||||
if(!$task){
|
||||
return $this->fail('任务不存在');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user