chore: fix order by pinned

This commit is contained in:
Steven
2023-11-19 09:42:59 +08:00
parent 94c71cb834
commit ec2995d64a
4 changed files with 26 additions and 18 deletions

View File

@@ -70,6 +70,7 @@ type FindMemo struct {
Limit *int
Offset *int
OrderByUpdatedTs bool
OrderByPinned bool
}
type UpdateMemo struct {