Bläddra i källkod

Merge branch 'master' of ssh://git.9026.com:2212/swdz-WangHaijun/BaoMa

zilong 4 år sedan
förälder
incheckning
09b87b0863
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      app/Admin/Actions/backstage/Pass.php

+ 1 - 1
app/Admin/Actions/backstage/Pass.php

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();
     }