|
|
@@ -87,7 +87,8 @@ class JuShuiTanService {
|
|
|
'price' => $box->price??0,
|
|
|
'total_price' => bcmul((string)$box->price, (string)$item['disInnerOrderGoodsViewList'][0]['itemCount'], 2),
|
|
|
'company_name' => $item['expressCompany'],
|
|
|
- 'waybill_no' => ltrim($item['trackNo'], '@'),
|
|
|
+ // 'waybill_no' => ltrim($item['trackNo'], '@'),
|
|
|
+ 'waybill_no' => $item['trackNo'],
|
|
|
'region' => $item['receiverState'].' '.$item['receiverCity'],
|
|
|
'other_price' => $other_price,
|
|
|
'ship_date' => $item['deliveryDate'],
|