fix
This commit is contained in:
parent
7df496142d
commit
cd44078b17
@ -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
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user