- fixed bug in updateStoreSkusWithoutSync
This commit is contained in:
@@ -358,9 +358,9 @@ func updateStoreSkusWithoutSync(ctx *jxcontext.Context, storeID int, skuBindInfo
|
||||
}
|
||||
}
|
||||
}
|
||||
if skuBind != nil && num == 1 {
|
||||
needSyncIDMap[skuBind.SkuID] = 1
|
||||
}
|
||||
}
|
||||
if skuBind != nil && num == 1 {
|
||||
needSyncIDMap[skuBind.SkuID] = 1
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user