- 去掉stripSyncError

This commit is contained in:
gazebo
2019-06-06 11:35:14 +08:00
parent f74de7626c
commit 89451ede5f
2 changed files with 15 additions and 15 deletions

View File

@@ -1590,5 +1590,5 @@ func GetVendorStoreSkusInfo(ctx *jxcontext.Context, storeID int, vendorIDs, skuI
if err != nil {
skuVendorMap = nil
}
return skuVendorMap, stripSyncError(err)
return skuVendorMap, err
}