This commit is contained in:
苏尹岚
2020-12-11 10:12:07 +08:00
parent 16aa6cd3f6
commit 8bdb84d514

View File

@@ -1753,7 +1753,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
)
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 = 100206
and store_id <> 100206
`
dao.GetRows(db, &storeMaps, sql, nil)
for _, v := range storeMaps {