aa
This commit is contained in:
@@ -362,7 +362,7 @@ func (p *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
|
|||||||
_, err = dao.UpdateEntity(db, storeMap, "VendorStoreID")
|
_, err = dao.UpdateEntity(db, storeMap, "VendorStoreID")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if storeDetail.SyncStatus&(model.SyncFlagNewMask|model.SyncFlagStoreStatus) != 0 {
|
if storeDetail.SyncStatus&model.SyncFlagStoreStatus != 0 {
|
||||||
mergedStoreStatus := jxutils.MergeStoreStatus(storeDetail.Status, storeDetail.VendorStatus)
|
mergedStoreStatus := jxutils.MergeStoreStatus(storeDetail.Status, storeDetail.VendorStatus)
|
||||||
p.UpdateStoreStatus(jxcontext.AdminCtx, storeDetail.VendorOrgCode, storeID, storeDetail.VendorStoreID, mergedStoreStatus)
|
p.UpdateStoreStatus(jxcontext.AdminCtx, storeDetail.VendorOrgCode, storeID, storeDetail.VendorStoreID, mergedStoreStatus)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user