shish 2 лет назад
Родитель
Сommit
2c150fe1c9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-ghs/controllers/OrderController.php

+ 1 - 1
app-ghs/controllers/OrderController.php

@@ -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) {
             //花大苪不显示客户名称