把obj改成obj...
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user