This commit is contained in:
suyl
2021-05-20 16:48:40 +08:00
parent 037e6af401
commit 80e08d5b18

View File

@@ -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 {