|
@@ -938,6 +938,7 @@ class FurnitureController extends Controller
|
|
|
|
|
|
$user->phone = $data['customer_phone'];
|
|
$user->phone = $data['customer_phone'];
|
|
$user->save();
|
|
$user->save();
|
|
|
|
+
|
|
$res = AlbumOrderModel::create($data);
|
|
$res = AlbumOrderModel::create($data);
|
|
if ($res) {
|
|
if ($res) {
|
|
$this->getQrcode(request('store_id'), $res->id);
|
|
$this->getQrcode(request('store_id'), $res->id);
|