|
@@ -1977,7 +1977,7 @@ class FurnitureController extends Controller
|
|
}
|
|
}
|
|
|
|
|
|
if ($role == 1) {
|
|
if ($role == 1) {
|
|
- $parts = AlbumPartsModel::where('store_id', $this->getStoreId())->where('order_id', request('order_id'))
|
|
|
|
|
|
+ $parts = AlbumPartsModel::where('store_id', request('store_id'))->where('order_id', request('order_id'))
|
|
->get(['name', 'count']);
|
|
->get(['name', 'count']);
|
|
$content .= "客户姓名:" . $order->customer_name . "<BR>";
|
|
$content .= "客户姓名:" . $order->customer_name . "<BR>";
|
|
$content .= "联系方式:" . $order->customer_phone . "<BR>";
|
|
$content .= "联系方式:" . $order->customer_phone . "<BR>";
|