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