Commit c08299e8 by 赵增煜

fix introduction

parent 88b29d0f
......@@ -252,7 +252,7 @@ public function create(Request $request)
$prescription->doctor_title = $randomDoctor->doctor_title;
$prescription->doctor_license_no = $randomDoctor->license_no;
$prescription->doctor_signed_pic = $randomDoctor->getRawOriginal('signed_pic');
$prescription->doctor_introduction = $randomDoctor->doctor_introduction;
$prescription->doctor_introduction = $randomDoctor->introduction;
// 药店信息
$prescription->pharmacy_id = $pharmacy->id;
$prescription->pharmacy_name = $pharmacy->name;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment