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