This commit is contained in:
gazebo
2019-03-13 14:52:22 +08:00
parent 5801a0c5e9
commit 9266534bab

View File

@@ -443,7 +443,7 @@ func UpdateStoresSkus(ctx *jxcontext.Context, storeIDs []int, skuBindInfos []*St
db := dao.GetDB()
hint, err = CurVendorSync.SyncStoresSkus(ctx, db, nil, storeIDs, skuIDs, isAsync, isContinueWhenError)
}
if num == 0 || !!isAsync {
if num == 0 || !isAsync {
hint = utils.Int64ToStr(num)
}
return hint, err