- up
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user