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() {