From 809abf0795aeae73a0c1f113a0e4217b0c59a7c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 7 Apr 2021 11:18:58 +0800 Subject: [PATCH] aa --- business/jxstore/tempop/tempop.go | 3 +-- globals/testinit1/testinit1.go | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index c85a8962e..82228fcd4 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1861,11 +1861,10 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { func(task *tasksch.ParallelTask, batchItemList []interface{}, params ...interface{}) (retVal interface{}, err error) { storeMap := batchItemList[0].(*model.StoreMap) FreeBatchInfo("uuuuu2", func(task tasksch.ITask, batchedStoreSkuList []int64) (result interface{}, successCount int, err error) { - priceInfo, _ := api.JdAPI.GetStationInfoList(storeMap.VendorStoreID, batchedStoreSkuList) + priceInfo, _ := apimanager. //GetStationInfoList(storeMap.VendorStoreID, batchedStoreSkuList) var list []*jdapi.SkuIdEntity for _, vv := range priceInfo { if vv.VipPrice != 0 { - // fmt.Println("vipPrice uuu", vv.SkuID) list = append(list, &jdapi.SkuIdEntity{ OutSkuId: thingIDmap[vv.SkuID], }) diff --git a/globals/testinit1/testinit1.go b/globals/testinit1/testinit1.go index 957e1a4d2..823dd07fc 100644 --- a/globals/testinit1/testinit1.go +++ b/globals/testinit1/testinit1.go @@ -6,7 +6,7 @@ import ( "git.rosy.net.cn/jx-callback/globals" "git.rosy.net.cn/jx-callback/globals/beegodb" - "github.com/astaxie/beego/server/web" + beego "github.com/astaxie/beego/server/web" ) func Init() {