| xqd
@@ -21,7 +21,7 @@ class Pass extends RowAction
|
|
|
'authentication_time'=>date('Y-m-d H:i:s'),
|
|
|
'authentication_end_time'=>$authentication_end_time]
|
|
|
);
|
|
|
- Docter::where('id',$model->docter_id)->update(['is_then'=>1]);
|
|
|
+ Docter::where('id',$model->docter_id)->update(['is_then'=>1,'office_id'=>$model->offices_id,'qualification_id'=>$model->qualifications_id]);
|
|
|
return $this->response()->success('审核通过')->refresh();
|
|
|
}
|
|
|
|