From a928837c60f54533c7c4655a13ab38958815dbb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Sat, 10 Oct 2020 17:19:10 +0800 Subject: [PATCH] excel --- business/jxstore/tempop/tempop.go | 1 + 1 file changed, 1 insertion(+) 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