Skip to content

Commit

Permalink
chore(database/gdb): comment update for function Model.Order (#3933)
Browse files Browse the repository at this point in the history
  • Loading branch information
wingfeng authored Nov 18, 2024
1 parent ec6c537 commit 910703e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion database/gdb/gdb_model_order_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import (
//
// Eg:
// Order("id desc")
// Order("id", "desc").
// Order("id desc,name asc")
// Order("id desc").Order("name asc")
// Order(gdb.Raw("field(id, 3,1,2)")).
Expand Down

0 comments on commit 910703e

Please sign in to comment.