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