diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 617420745..ad885ee53 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1870,7 +1870,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { //list = append(list, &jdapi.SkuIdEntity{ // OutSkuId: utils.Int2Str(thingIDmap2[utils.Int64ToStr(vv.SkuID)]), //}) - result = []interface{}{vv.StationNo} + fmt.Println("fuck vip", vv.StationNo, vv.SkuID) } } //if len(list) > 0 { @@ -1883,7 +1883,6 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { }, storeMaps) tasksch.HandleTask(task, nil, true).Run() result, err := task.GetResult(0) - fmt.Println("fuck vip", utils.Format4Output(result, true)) //京东账号更新 // var ( // db = dao.GetDB()