京东商城订单转移

This commit is contained in:
苏尹岚
2020-06-18 16:40:14 +08:00
parent b169d66a48
commit 1ce453dee5
2 changed files with 21 additions and 10 deletions

View File

@@ -148,7 +148,7 @@ func (p *PurchaseHandler) UpdateStore(db *dao.DaoDB, storeID int, userName strin
StationNo: store.VendorStoreID,
Operator: userName,
Phone: phone,
Mobile: store.Tel2,
Mobile: store.Tel1,
}
if store.SyncStatus&model.SyncFlagDeletedMask == 0 {
storeParams.OutSystemID = utils.Int2Str(int(store.ID))