Browse Source

配送费为0

master
Lemon 5 years ago
parent
commit
3c284044c6
  1. 2
      app/Service/v3/Implementations/FeiePrintService.php

2
app/Service/v3/Implementations/FeiePrintService.php

@ -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>';

Loading…
Cancel
Save