aa
This commit is contained in:
@@ -1903,7 +1903,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
|
|||||||
goods []*model.GoodsOrder
|
goods []*model.GoodsOrder
|
||||||
)
|
)
|
||||||
sql := `
|
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)
|
dao.GetRows(db, &goods, sql, nil)
|
||||||
for _, v := range goods {
|
for _, v := range goods {
|
||||||
|
|||||||
Reference in New Issue
Block a user