|
@@ -1101,6 +1101,12 @@ class OrderClass extends BaseClass
|
|
|
$getInfo = self::getById($orderInfo['id']);
|
|
$getInfo = self::getById($orderInfo['id']);
|
|
|
$content .= '订单日期:' . date("Y-m-d H:i", strtotime($getInfo['addTime'])) . '<BR>';
|
|
$content .= '订单日期:' . date("Y-m-d H:i", strtotime($getInfo['addTime'])) . '<BR>';
|
|
|
$content .= '订单编号:' . $respond['orderSn'] . '<BR>';
|
|
$content .= '订单编号:' . $respond['orderSn'] . '<BR>';
|
|
|
|
|
+ if(isset($orderInfo['shopAdminId']) && !empty($orderInfo['shopAdminId'])){
|
|
|
|
|
+ $content .= '开单人员:' . $orderInfo['shopAdminName'] . '<BR>';
|
|
|
|
|
+ }else{
|
|
|
|
|
+ $content .= '开单人员:【客户】' . $orderInfo['customShopAdminName'] . '<BR>';
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
$content .= '门店名称:' . $currentName . '<BR>';
|
|
$content .= '门店名称:' . $currentName . '<BR>';
|
|
|
if (!empty($telephone)) {
|
|
if (!empty($telephone)) {
|
|
|
$content .= '联系电话:' . $telephone . '<BR>';
|
|
$content .= '联系电话:' . $telephone . '<BR>';
|