weizong song 5 years ago
parent 0cf890ee03
commit b705d87bd2

@ -510,7 +510,7 @@ class OrdersController extends CommonController
]); ]);
} }
$patient = (new Patient())->firsrOrCreate([ $patient = (new Patient())->firstOrCreate([
"customer_id" => $customer->id, "customer_id" => $customer->id,
"name" => request()->patient_mobile "name" => request()->patient_mobile
]); ]);

Loading…
Cancel
Save