|
|
@@ -1244,7 +1244,7 @@ class OrderController extends BaseController
|
|
|
util::fail('没有找到客户');
|
|
|
}
|
|
|
$customName = $custom->name ?? '';
|
|
|
- $customMobile = $custom->customMobile ?? '';
|
|
|
+ $customMobile = $custom->customMobile ?? '没有手机号';
|
|
|
$fullCustom = $customName . $customMobile;
|
|
|
if ($this->mainId == 8164) {
|
|
|
//花大苪不显示客户名称
|