shish il y a 3 ans
Parent
commit
985a9dbe2f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      biz-ghs/order/classes/OrderClass.php

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

@@ -1039,6 +1039,7 @@ class OrderClass extends BaseClass
             if ($debtAmount > 0) {
             if ($debtAmount > 0) {
                 $content .= '累计欠款:' . floatval($debtAmount) . '<BR>';
                 $content .= '累计欠款:' . floatval($debtAmount) . '<BR>';
             }
             }
+            $content .= '--------------------------------<BR>';
         }
         }
         $shopId = $orderInfo['shopId'] ?? 0;
         $shopId = $orderInfo['shopId'] ?? 0;
         $shop = ShopClass::getById($shopId, true);
         $shop = ShopClass::getById($shopId, true);
@@ -1055,7 +1056,6 @@ class OrderClass extends BaseClass
         }
         }
 
 
         $getInfo = self::getById($orderInfo['id']);
         $getInfo = self::getById($orderInfo['id']);
-        $content .= '--------------------------------<BR>';
         $content .= '订单日期:' . date("Y-m-d H:i", strtotime($getInfo['addTime'])) . '<BR>';
         $content .= '订单日期:' . date("Y-m-d H:i", strtotime($getInfo['addTime'])) . '<BR>';
         $content .= '订单编号:' . $respond['orderSn'] . '<BR>';
         $content .= '订单编号:' . $respond['orderSn'] . '<BR>';
         $content .= '门店名称:' . $currentName . '<BR>';
         $content .= '门店名称:' . $currentName . '<BR>';