shish 4 жил өмнө
parent
commit
2f6fbdbc4f

+ 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 = '<B>美团 ' . $order->thirdSn . ' (' . $order->goodsNum . '个)</B><BR>';
             }
             }
             $content .= '--------------------------------<BR>';
             $content .= '--------------------------------<BR>';
-            $content .= date("Y-m-d", strtotime($order->addTime));
+            $content .= date("Y-m-d", strtotime($order->addTime)) . '<BR>';
         } else {
         } else {
             $content = '<B>' . $respond['sendNum'] . ' ' . $fromTypeName . '</B><BR>';
             $content = '<B>' . $respond['sendNum'] . ' ' . $fromTypeName . '</B><BR>';
         }
         }