把obj改成obj...

master
jiang4869 3 years ago
parent deb37930bd
commit 8fe4d6f8b3

@ -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()
}

Loading…
Cancel
Save