shish 3 年 前
コミット
65cc094067
1 ファイル変更1 行追加1 行削除
  1. 1 1
      biz-ghs/order/classes/OrderClass.php

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

@@ -992,10 +992,10 @@ class OrderClass extends BaseClass
                 }
                 }
             }
             }
             $content .= '--------------------------------<BR>';
             $content .= '--------------------------------<BR>';
+            $content .= '--------------------------------<BR>';
         }
         }
 
 
         if ($showPrice == 1) {
         if ($showPrice == 1) {
-            $content .= '--------------------------------<BR>';
             if (isset($orderInfo['itemPrice']) && $orderInfo['itemPrice'] > 0) {
             if (isset($orderInfo['itemPrice']) && $orderInfo['itemPrice'] > 0) {
                 $content .= '商品金额:' . floatval($orderInfo['itemPrice']) . '<BR>';
                 $content .= '商品金额:' . floatval($orderInfo['itemPrice']) . '<BR>';
             }
             }