This commit is contained in:
Jay
2018-12-11 11:49:32 +08:00
parent 7df496142d
commit cd44078b17
+1 -1
View File
@@ -119,7 +119,7 @@ func GetCommands(where map[string]string, offset, limit int, order map[string]st
}
}
err = x.Select(cmds, query, values...)
err = x.Select(&cmds, query, values...)
return
}