shish 4 years ago
parent
commit
bf448f965a
1 changed files with 7 additions and 3 deletions
  1. 7 3
      biz-hd/order/classes/OrderClass.php

+ 7 - 3
biz-hd/order/classes/OrderClass.php

@@ -441,15 +441,19 @@ class OrderClass extends BaseClass
             $content .= '<B>' . $order->receiveUserName . '</B><BR>';
             $content .= '<B>' . $order->receiveMobile . '</B><BR><BR>';
             $content .= '<B>' . $order->reachDate . ' ' . $period . '</B><BR><BR>';
-            $content .= '<B>' . $order->fullAddress . '(' . $order->showAddress . ')' . '</B><BR>';
+            $content .= '<B>' . $order->fullAddress . '(' . $order->showAddress . ')' . '</B><BR><BR>';
 
             if ($order->needCard == 1) {
                 $content .= '<B>需要贺卡</B><BR>';
             }
             if (!empty($order->cardInfo)) {
-                $content .= '贺卡内容:' . $order->cardInfo . '<BR>';
+                $content .= '贺卡内容:' . $order->cardInfo . '<BR><BR>';
+            }
+            if ($order->anonymity == 1) {
+                $content .= '<B>匿名派送!!!</B><BR><BR>';
+            } else {
+                $content .= '订花人电话:' . $order->bookMobile . '<BR><BR>';
             }
-
         }
         if (isset($respond['remark']) && !empty($respond['remark'])) {
             $content .= '<BR>';