|
@@ -1247,7 +1247,7 @@ class OrderController extends BaseController
|
|
|
$customMobile = $custom->customMobile ?? '';
|
|
$customMobile = $custom->customMobile ?? '';
|
|
|
$fullCustom = $customName . $customMobile;
|
|
$fullCustom = $customName . $customMobile;
|
|
|
if ($this->mainId == 8164) {
|
|
if ($this->mainId == 8164) {
|
|
|
- //花大苪不需要显示客户名称
|
|
|
|
|
|
|
+ //花大苪不显示客户名称
|
|
|
$fullCustom = '';
|
|
$fullCustom = '';
|
|
|
}
|
|
}
|
|
|
$seatSn = $custom->seatSn ?? '';
|
|
$seatSn = $custom->seatSn ?? '';
|