shish 4 anni fa
parent
commit
2f6fbdbc4f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      biz-hd/order/classes/OrderClass.php

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

@@ -461,7 +461,7 @@ class OrderClass extends BaseClass
                 $content = '<B>美团 ' . $order->thirdSn . ' (' . $order->goodsNum . '个)</B><BR>';
             }
             $content .= '--------------------------------<BR>';
-            $content .= date("Y-m-d", strtotime($order->addTime));
+            $content .= date("Y-m-d", strtotime($order->addTime)) . '<BR>';
         } else {
             $content = '<B>' . $respond['sendNum'] . ' ' . $fromTypeName . '</B><BR>';
         }