From 80e08d5b18a1c2fc55493a45c517eae3c9bc7742 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Thu, 20 May 2021 16:48:40 +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 edd7a5438..65ebe6ce6 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1913,7 +1913,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { goods []*model.GoodsOrder ) sql := ` - SELECT * FROM goods_order WHERE vendor_id = 0 and consignee_mobile2 = '' and order_created_at > '2021-04-13' and vendor_org_code = '320406' + SELECT * FROM goods_order WHERE vendor_id = 0 and consignee_mobile2 = '' and order_created_at > '2021-04-13' and vendor_org_code = '339032' ` dao.GetRows(db, &goods, sql, nil) for _, v := range goods {