This commit is contained in:
苏尹岚
2020-11-27 18:05:08 +08:00
parent 4dacdc71d3
commit a6604db886
2 changed files with 2 additions and 1 deletions

View File

@@ -469,6 +469,8 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag
if model.IsSyncStatusNew(sku.SkuSyncStatus) {
sku.SkuSyncStatus = sku.SkuSyncStatus - model.SyncFlagNewMask
}
storeDetail2, _ := dao.GetStoreDetail(db, storeID, vendorID, sku.VendorOrgCode)
vendorStoreID = storeDetail2.VendorStoreID
}
if !useVendorPriceDirectly &&
!isSkuLockTimeValid(sku) {

View File

@@ -504,7 +504,6 @@ func (p *PurchaseHandler) UpdateStoreSkusPrice(ctx *jxcontext.Context, vendorOrg
} else if storeID == model.JdShopMainStoreID2 {
//修改京东商城商品库价格
} else {
fmt.Println("ttttttttttttttttttttttttttttttttttttttttt", utils.Format4Output(v, false))
if v.VendorOrgCode == "1" {
// null
} else {