|
|
@@ -1477,7 +1477,7 @@ class OrderClass extends BaseClass
|
|
|
$content .= '<B>' . $respond['custom']['customMobile'] . '</B><BR>';
|
|
|
if (isset($orderInfo['address']) && !empty($orderInfo['address'])) {
|
|
|
$content .= $respond['custom']['fullAddress'];
|
|
|
- if (isset($orderInfo['showAddress']) && !empty($orderInfo['showAddress'])) {
|
|
|
+ if (isset($orderInfo['showAddress']) && !empty($orderInfo['showAddress']) && $orderInfo['showAddress'] != $respond['custom']['fullAddress']) {
|
|
|
$content .= '(' . $orderInfo['showAddress'] . ')<BR>';
|
|
|
} else {
|
|
|
$content .= '<BR>';
|