This commit is contained in:
shoopea 2019-05-11 12:56:58 +08:00
parent 2d5415ea4e
commit b16c06e4d1

2
sql.go
View File

@ -1526,7 +1526,7 @@ func getSQLListID64(q string) []int64 {
ids = append(ids, id)
}
err = rows.Err()
loglOnError(err, "getSQLListID64 : query end")
logOnError(err, "getSQLListID64 : query end")
rows.Close()
return ids
}