From 05c8f2343c2217a0cc3e79c34d30113a3c74127f 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:45:23 +0800 Subject: [PATCH] excel --- business/jxstore/tempop/tempop.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 75a700f75..ea16686a7 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1653,6 +1653,9 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { nameIDs = append(nameIDs, v.ID) } } + if len(nameIDs) == 0 { + fmt.Println("tessssssss", v) + } sql := ` SELECT SUM(a.count) count, c.id FROM order_sku a