shish 2 月之前
父节点
当前提交
7b4ec1bfb6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      biz-ghs/order/classes/OrderClass.php

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

@@ -3045,7 +3045,7 @@ XL;
         /**************************如果是好多花的云仓还要再打一下标签纸,多处要同步修改,关键词 hdh_yc *****************************/
         $orderMainId = $order->mainId;
         if (getenv('YII_ENV') == 'production') {
-            $map = [65726, 58, 25119, 28500, 1294, 12925, 2644,10652,2084];
+            $map = [65726, 58, 25119, 28500, 1294, 12925, 2644,10652,2084,89473];
         } else {
             $map = [828];
         }
@@ -3070,7 +3070,7 @@ XL;
             }
         }
         //东莞我要花 福州福清我要花 手机后四号变星号
-        if (in_array((int)$orderMainId, [25119, 2644,10652,2084], true)) {
+        if (in_array((int)$orderMainId, [25119, 2644,10652,2084,89473], true)) {
             $customMobile = preg_replace('/(.{4})$/u', '****', trim($customMobile));
         }
         $customName = $order->customName ?? '';