shish 16 hours ago
parent
commit
b84f86233b
1 changed files with 2 additions and 2 deletions
  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>';
             }
             if($remainDebt > 0) {
-                $content .= '<B>本单待结:' . floatval($remainDebt) . '</B><BR>';   
+                $content .= '<B>本单待结:' . floatval($remainDebt) . '</B><BR>';   
             }else{
-                $content .= '<B>本单待结:0元 已结清!</B><BR>';
+                $content .= '<B>本单已结清!</B><BR>';
             }
         } else {
             $content .= '实付金额:' . floatval($orderInfo['realPrice']) . '元<BR>';