Skip to content

Commit

Permalink
把obj改成obj...
Browse files Browse the repository at this point in the history
  • Loading branch information
jiang4869 committed Jan 6, 2022
1 parent deb3793 commit 8fe4d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/view/genfunc/genfunc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ func TestCondition(t *testing.T) {
sqldb.Close()
}()

accountMgr := model.AccountMgr(db.Where(where, obj))
accountMgr := model.AccountMgr(db.Where(where, obj...))
accountMgr.Gets()
}

0 comments on commit 8fe4d6f

Please sign in to comment.