|
|
@@ -1036,7 +1036,7 @@ class OrderClass extends BaseClass
|
|
|
if (isset($respond['discountAmount']) && !empty($respond['discountAmount']) && $respond['discountAmount'] > 0) {
|
|
|
$content .= '优惠扣除:-' . floatval($respond['discountAmount']) . '<BR>';
|
|
|
}
|
|
|
- if (isset($orderInfo['presell']) && $orderInfo['presell'] == 1) {
|
|
|
+ if (isset($orderInfo['book']) && $orderInfo['book'] == 1) {
|
|
|
$content .= '预付金额:' . floatval($respond['bookPrice']) . '<BR>';
|
|
|
}
|
|
|
if (isset($respond['tkPrice']) && $respond['tkPrice'] > 0) {
|