把obj改成obj...

This commit is contained in:
jiang4869
2022-01-07 00:21:02 +08:00
parent deb37930bd
commit 8fe4d6f8b3

View File

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