|
|
|
@ -213,7 +213,7 @@ class FeiePrintService implements FeiePrintServiceInterface |
|
|
|
$orderInfo .= '联系电话:' . $tel . '<BR>'; |
|
|
|
} |
|
|
|
$orderInfo .= '下单时间:' . $arr->pay_time_text . '<BR>'; |
|
|
|
if($arr->shipping_type != 3 && $arr->delivery_money > 0) { |
|
|
|
if($arr->shipping_type != Shipping::TYPE_SELF_TAKE){ |
|
|
|
$orderInfo .= '送达时间:' . $arr->delivery_time_note . '<BR>'; |
|
|
|
}else{ |
|
|
|
$orderInfo .= '自提时间:' . $arr->delivery_time_note . '<BR>'; |
|
|
|
|