From eebf5f863d0c487fc663f27e84ca0d0bd7324d4a Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 19 Feb 2019 10:44:36 +0800 Subject: [PATCH] - up --- business/partner/purchase/jd/order_legacy_comment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/partner/purchase/jd/order_legacy_comment.go b/business/partner/purchase/jd/order_legacy_comment.go index f59f96bde..7820dc3e1 100644 --- a/business/partner/purchase/jd/order_legacy_comment.go +++ b/business/partner/purchase/jd/order_legacy_comment.go @@ -107,7 +107,7 @@ func (c *PurchaseHandler) onOrderComment(msg *jdapi.CallbackOrderMsg) (err error order, err2 := partner.CurOrderManager.LoadOrder(msg.BillID, model.VendorIDJD) if err = err2; err == nil { comment.Jxstoreid = utils.Int2Str(jxutils.GetSaleStoreIDFromOrder(order)) - if order.ConsigneeMobile2 == "" { + if true { //给门店板中间号 order.ConsigneeMobile2 == "" { comment.Userphone = order.ConsigneeMobile } else { comment.Userphone = order.ConsigneeMobile2