Skip to content

Commit

Permalink
mod_to_any
Browse files Browse the repository at this point in the history
  • Loading branch information
hulutech-web committed Nov 4, 2024
1 parent 28b0ae2 commit 29454f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paginator.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type PageResult struct {
Meta Meta `json:"meta"`
}

func (h *HttpResult) SearchByIncludes(column string, values []interface{}) *HttpResult {
func (h *HttpResult) SearchByIncludes(column string, values []any) *HttpResult {
// 再处理url查询
query := facades.Orm().Query()
h.Query = func(q orm.Query) orm.Query {
Expand Down

0 comments on commit 29454f0

Please sign in to comment.