同步错误返回
This commit is contained in:
@@ -246,7 +246,6 @@ func SelectStoreSkuListByFoodList(storeID int, storeSkuList []*partner.StoreSkuI
|
||||
SkuID: v.SkuID,
|
||||
VendorSkuID: v.VendorSkuID,
|
||||
StoreID: storeID,
|
||||
Status: v.Status,
|
||||
VendorPrice: v.VendorPrice,
|
||||
Err: foodMap[v.VendorSkuID],
|
||||
}
|
||||
@@ -269,7 +268,6 @@ func SelectStoreSkuListByOpResult(storeID int, storeSkuList []*partner.StoreSkuI
|
||||
SkuID: v.SkuID,
|
||||
VendorSkuID: v.VendorSkuID,
|
||||
StoreID: storeID,
|
||||
Status: v.Status,
|
||||
VendorPrice: v.VendorPrice,
|
||||
Err: opResultMap[utils.Str2Int64(v.VendorSkuID)],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user