This commit is contained in:
suyl
2021-06-09 09:56:18 +08:00
parent 5f1f3f744d
commit bfa22217fa

View File

@@ -1903,7 +1903,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 = '339032'
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)
for _, v := range goods {