This commit is contained in:
gazebo
2019-02-19 10:44:36 +08:00
parent f3b918596c
commit eebf5f863d

View File

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