shish 2 anni fa
parent
commit
eaaba8e25a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app-ghs/controllers/OrderController.php

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

@@ -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 ?? '';