aa
This commit is contained in:
@@ -1856,14 +1856,14 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
|
||||
resultList, _ := FreeBatchInfo("uuuuu", func(task tasksch.ITask, batchedStoreSkuList []int64) (result interface{}, successCount int, err error) {
|
||||
priceInfo, _ := api.JdAPI.GetStationInfoList(storeMap.VendorStoreID, batchedStoreSkuList)
|
||||
for _, vv := range priceInfo {
|
||||
if vv.VipPrice != 0 {
|
||||
// err = api.JdAPI.DelVipPrice(utils.Int2Str(storeMap.StoreID), []*jdapi.SkuIdEntity{
|
||||
// &jdapi.SkuIdEntity{
|
||||
// OutSkuId: thingIDmap[vv.SkuID],
|
||||
// },
|
||||
// })
|
||||
result = []int64{vv.SkuID}
|
||||
}
|
||||
// if vv.VipPrice != 0 {
|
||||
// err = api.JdAPI.DelVipPrice(utils.Int2Str(storeMap.StoreID), []*jdapi.SkuIdEntity{
|
||||
// &jdapi.SkuIdEntity{
|
||||
// OutSkuId: thingIDmap[vv.SkuID],
|
||||
// },
|
||||
// })
|
||||
result = []int64{vv.SkuID}
|
||||
// }
|
||||
}
|
||||
return result, 0, err
|
||||
}, ctx, task, vendorThingIDs, 40, true)
|
||||
|
||||
Reference in New Issue
Block a user