- refactor GetJxStoreIDFromOrder
- add IsOrderPlatformWaybill
This commit is contained in:
@@ -106,7 +106,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.GetJxStoreIDFromOrder(order))
|
||||
comment.Jxstoreid = utils.Int2Str(jxutils.GetSaleStoreIDFromOrder(order))
|
||||
comment.Userphone = order.ConsigneeMobile
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user