diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index bbbbe9b06..efd558c77 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1644,6 +1644,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { for _, v := range skuNames { nameIDs = append(nameIDs, v.ID) } + fmt.Println("nameIDs", nameIDs) sql := ` SELECT SUM(a.count) count, c.id FROM order_sku a