shish 3 年之前
父節點
當前提交
f52b1dea1f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      biz-ghs/order/classes/OrderClass.php

+ 2 - 2
biz-ghs/order/classes/OrderClass.php

@@ -1039,8 +1039,8 @@ class OrderClass extends BaseClass
             if (isset($orderInfo['book']) && $orderInfo['book'] == 1) {
                 $content .= '预付金额:' . floatval($orderInfo['bookPrice']) . '<BR>';
             }
-            if (isset($respond['tkPrice']) && $respond['tkPrice'] > 0) {
-                $content .= '退款金额:' . floatval($respond['tkPrice']) . '<BR>';
+            if (isset($orderInfo['tkPrice']) && $orderInfo['tkPrice'] > 0) {
+                $content .= '退款金额:' . floatval($orderInfo['tkPrice']) . '<BR>';
             }
             $content .= '<B>订单金额:' . floatval($respond['realPrice']) . '</B><BR>';
             if (isset($respond['debt']) && $respond['debt'] == 1) {