shish 2 месяцев назад
Родитель
Сommit
ee3a6407ca
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      biz-ghs/order/classes/OrderClass.php

+ 2 - 2
biz-ghs/order/classes/OrderClass.php

@@ -3081,8 +3081,8 @@ XL;
                 return false;
             }
         }
-        //东莞我要花 福州福清我要花 手机后四号变星号
-        if (in_array((int)$orderMainId, [25119, 2644,10652,2084,89473], true)) {
+        //东莞我要花 手机后四号变星号
+        if (in_array((int)$orderMainId, [2644,10652,2084,89473], true)) {
             $customMobile = preg_replace('/(.{4})$/u', '****', trim($customMobile));
         }
         $customName = $order->customName ?? '';