diff --git a/app/Service/v3/Implementations/FeiePrintService.php b/app/Service/v3/Implementations/FeiePrintService.php
index 42b48d6..5ba59eb 100644
--- a/app/Service/v3/Implementations/FeiePrintService.php
+++ b/app/Service/v3/Implementations/FeiePrintService.php
@@ -213,7 +213,7 @@ class FeiePrintService implements FeiePrintServiceInterface
$orderInfo .= '联系电话:' . $tel . '
';
}
$orderInfo .= '下单时间:' . $arr->pay_time_text . '
';
- if($arr->shipping_type != 3 && $arr->delivery_money > 0) {
+ if($arr->shipping_type != Shipping::TYPE_SELF_TAKE){
$orderInfo .= '送达时间:' . $arr->delivery_time_note . '
';
}else{
$orderInfo .= '自提时间:' . $arr->delivery_time_note . '
';