From 38d0f56e8ea54b1543247c6463e4c0ae6fe904ca Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Thu, 13 May 2021 18:06:50 +0800 Subject: [PATCH] aa --- business/jxstore/tempop/tempop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 5f7d30238..1f0240953 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1954,7 +1954,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { sql := ` SELECT * FROM goods_order WHERE vendor_id = 0 and consignee_mobile2 = '' and order_created_at > '2021-04-13' and vendor_org_code = '320406' ` - dao.GetRows(db, goods, sql, nil) + dao.GetRows(db, &goods, sql, nil) for _, v := range goods { mobile, _ := api.JdAPI.GetRealMobile4Order(v.VendorOrderID, v.VendorStoreID) if v.ConsigneeMobile2 == "" {