|
|
@@ -1035,7 +1035,7 @@ class OrderClass extends BaseClass
|
|
|
|
|
|
$getInfo = self::getById($orderInfo['id']);
|
|
|
$content .= '--------------------------------<BR>';
|
|
|
- $content .= '订单日期:' . $getInfo['addTime'] . '<BR>';
|
|
|
+ $content .= '订单日期:' . date("Y-m-d H:i", strtotime($getInfo['addTime'])) . '<BR>';
|
|
|
$content .= '订单编号:' . $respond['orderSn'] . '<BR>';
|
|
|
$content .= '门店名称:' . $currentName . '<BR>';
|
|
|
if (!empty($telephone)) {
|