shish 5 lat temu
rodzic
commit
84864aa126
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      biz-ghs/order/classes/OrderClass.php

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

@@ -617,14 +617,14 @@ class OrderClass extends BaseClass
         $content .= '<B>' . $respond['custom']['fullAddress'] . '</B><BR>';
         $content .= '<B>' . $respond['custom']['customName'] . '</B><BR>';
         $content .= '<B>' . $respond['custom']['customMobile'] . '</B><BR>';
-
+        $content .= '<BR>';
         $payDate = date("Y-m-d", strtotime($orderInfo['payTime']));
         $sendTimWant = $orderInfo['sendTimeWant'] ?? '';
         if ($payDate != $sendTimWant) {
             $content .= '送货时间:<BR>';
             $content .= '<B>' . $orderInfo['sendTimeWant'] . '</B><BR>';
         }
-
+        $content .= '<BR>';
         if (isset($respond['remark']) && !empty($respond['remark'])) {
             $content .= '备注:<BR>';
             $content .= '<B>' . $respond['remark'] . '</B><BR>';