aa
This commit is contained in:
@@ -1602,6 +1602,8 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
|
|||||||
}
|
}
|
||||||
sql := `
|
sql := `
|
||||||
SELECT * from store_map where vendor_id = 5 and deleted_at = '1970-01-01 00:00:00' and vendor_org_code = 2 and store_id <> 667281
|
SELECT * from store_map where vendor_id = 5 and deleted_at = '1970-01-01 00:00:00' and vendor_org_code = 2 and store_id <> 667281
|
||||||
|
AND store_id <> 100000
|
||||||
|
AND store_id <> 102919
|
||||||
AND LENGTH(vendor_store_id) < 9
|
AND LENGTH(vendor_store_id) < 9
|
||||||
`
|
`
|
||||||
err = dao.GetRows(db, &storeMaps, sql, nil)
|
err = dao.GetRows(db, &storeMaps, sql, nil)
|
||||||
|
|||||||
Reference in New Issue
Block a user