From 7cf55587a9f1e58cc29c75289e57f18af096f17a Mon Sep 17 00:00:00 2001 From: gazebo Date: Mon, 10 Jun 2019 17:52:46 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E4=B8=B4=E6=97=B6=E7=A6=81=E7=94=A8?= =?UTF-8?q?=E4=BA=AC=E4=B8=9C=E5=8F=96=E7=9C=9F=E5=AE=9E=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/partner/purchase/jd/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/partner/purchase/jd/order.go b/business/partner/purchase/jd/order.go index a5415fdb3..0e95f02c8 100644 --- a/business/partner/purchase/jd/order.go +++ b/business/partner/purchase/jd/order.go @@ -80,7 +80,7 @@ func (c *PurchaseHandler) getOrder(orderID string) (order *model.GoodsOrder, ord if orderMap, err = api.JdAPI.QuerySingleOrder(orderID); err == nil { globals.SugarLogger.Debugf("jd getOrder2 orderID:%s", orderID) order = c.Map2Order(orderMap) - if jxutils.IsMobileFake(order.ConsigneeMobile) { + if false { //jxutils.IsMobileFake(order.ConsigneeMobile) { if realMobile, err := api.JdAPI.GetRealMobile4Order(orderID, order.VendorStoreID); err == nil { // 故意强制忽略取不到真实手机号错误 globals.SugarLogger.Debugf("jd getOrder3 orderID:%s", orderID) order.ConsigneeMobile2 = jxutils.FormalizeMobile(realMobile)