ソースを参照

Merge branch 'master' into dev

shish 18 時間 前
コミット
8bdde437eb
1 ファイル変更2 行追加2 行削除
  1. 2 2
      biz-ghs/order/classes/PurchaseOrderClass.php

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

@@ -906,9 +906,9 @@ class PurchaseOrderClass extends BaseClass
                 $content .= '累计退款:' . floatval($totalRefund) . '元<BR>';
                 $content .= '累计退款:' . floatval($totalRefund) . '元<BR>';
             }
             }
             if($remainDebt > 0) {
             if($remainDebt > 0) {
-                $content .= '<B>本单待结:' . floatval($remainDebt) . '</B><BR>';   
+                $content .= '<B>本单待结:' . floatval($remainDebt) . '</B><BR>';   
             }else{
             }else{
-                $content .= '<B>本单待结:0元 已结清!</B><BR>';
+                $content .= '<B>本单已结清!</B><BR>';
             }
             }
         } else {
         } else {
             $content .= '实付金额:' . floatval($orderInfo['realPrice']) . '元<BR>';
             $content .= '实付金额:' . floatval($orderInfo['realPrice']) . '元<BR>';