|
|
@@ -3068,8 +3068,10 @@ XL;
|
|
|
return false;
|
|
|
}
|
|
|
}
|
|
|
+ if (in_array((int)$orderMainId, [25119, 2644], true)) {
|
|
|
+ $customMobile = preg_replace('/(.{4})$/u', '****', trim($customMobile));
|
|
|
+ }
|
|
|
$customName = $order->customName ?? '';
|
|
|
- $shortMobile = substr($customMobile, -4);
|
|
|
$remark = $order->remark ?? '';
|
|
|
$shortRemark = stringUtil::subStringUtf8($remark, 8);
|
|
|
|