|
|
@@ -644,7 +644,7 @@ class OrderClass extends BaseClass
|
|
|
if (isset($order->goodsPrice) && $order->goodsPrice > 0) {
|
|
|
$content .= '商品合计:' . floatval($order->goodsPrice) . '<BR>';
|
|
|
}
|
|
|
- if (isset($respond['sendCost']) && $respond['sendCost'] > 0) {
|
|
|
+ if (isset($respond['sendCost']) && $respond['sendCost'] > 0 && $order->sendType == 2) {
|
|
|
$content .= '运费:' . floatval($respond['sendCost']) . '<BR>';
|
|
|
}
|
|
|
if (isset($order->serviceFee) && $order->serviceFee > 0) {
|