- fk
This commit is contained in:
@@ -443,7 +443,7 @@ func UpdateStoresSkus(ctx *jxcontext.Context, storeIDs []int, skuBindInfos []*St
|
|||||||
db := dao.GetDB()
|
db := dao.GetDB()
|
||||||
hint, err = CurVendorSync.SyncStoresSkus(ctx, db, nil, storeIDs, skuIDs, isAsync, isContinueWhenError)
|
hint, err = CurVendorSync.SyncStoresSkus(ctx, db, nil, storeIDs, skuIDs, isAsync, isContinueWhenError)
|
||||||
}
|
}
|
||||||
if num == 0 || !!isAsync {
|
if num == 0 || !isAsync {
|
||||||
hint = utils.Int64ToStr(num)
|
hint = utils.Int64ToStr(num)
|
||||||
}
|
}
|
||||||
return hint, err
|
return hint, err
|
||||||
|
|||||||
Reference in New Issue
Block a user