From a424aab64c6dcf9651c34c6f8288820770500d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 24 May 2024 10:04:33 +0800 Subject: [PATCH] 1 --- business/partner/purchase/ebai/order.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/business/partner/purchase/ebai/order.go b/business/partner/purchase/ebai/order.go index ccdf05f27..e317bc898 100644 --- a/business/partner/purchase/ebai/order.go +++ b/business/partner/purchase/ebai/order.go @@ -417,9 +417,6 @@ func (p *PurchaseHandler) ConfirmReceiveGoods(ctx *jxcontext.Context, order *mod // 将订单从购物平台配送转为自送 func (p *PurchaseHandler) Swtich2SelfDeliver(order *model.GoodsOrder, userName string) (err error) { - if strings.Contains(order.ConsigneeAddress, "隐私保护") { - return fmt.Errorf("用户地址隐私保护中,商家无法转自配送") - } if globals.EnableEbaiStoreWrite { deliveryStatusObj, _ := api.EbaiAPI.OrderDeliveryGet(order.VendorOrderID) deliveryStatus := utils.Int64ToStr(utils.MustInterface2Int64(deliveryStatusObj["status"]))