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