Skip to content

Commit

Permalink
๐Ÿ”€ :: excel ํฌ์ธํŠธ ํžˆ์Šคํ† ๋ฆฌ desc
Browse files Browse the repository at this point in the history
  • Loading branch information
lyutvs committed Mar 21, 2023
1 parent ee7bec9 commit e2ca1ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ class PointHistoryRepository(
type?.let { col(PointEntity::type).equal(type) },
),
)
orderBy(col(PointHistoryEntity::date).desc())
}
}
}

0 comments on commit e2ca1ae

Please sign in to comment.