|
|
@@ -1048,12 +1048,15 @@ class OrderClass extends BaseClass
|
|
|
$sendName = '到店自取';
|
|
|
}
|
|
|
if ($orderInfo['sendType'] == 2) {
|
|
|
- $sendName = '请跑腿送';
|
|
|
+ $sendName = '代叫跑腿';
|
|
|
}
|
|
|
if ($orderInfo['sendType'] == 3) {
|
|
|
- $wlName = $orderInfo['wlName'] ?? '未填写物流';
|
|
|
+ $wlName = $orderInfo['wlName'] ?? '未填物流';
|
|
|
$sendName = $wlName;
|
|
|
}
|
|
|
+ if ($orderInfo['sendType'] == 4) {
|
|
|
+ $sendName = '发快递';
|
|
|
+ }
|
|
|
$content .= '<BR><B>' . $sendName . '</B><BR>';
|
|
|
}
|
|
|
if (isset($respond['remark']) && !empty($respond['remark'])) {
|