Update mongodb

This commit is contained in:
sunkaixuan
2025-07-08 16:08:04 +08:00
parent 43ebc310cf
commit 245434f182
2 changed files with 16 additions and 5 deletions

View File

@@ -111,6 +111,7 @@ namespace MongoDbTest
if (x3.Count != x2.Count) Cases.ThrowUnitError();
if (x3.First().Id != x2.First().Id) Cases.ThrowUnitError();
if (x3.First().Bool!=true) Cases.ThrowUnitError();
var x4 = db.Queryable<Student>().Where(it => it.Bool&&it.Bool).ToList();
}
[SqlSugar.SugarTable("UnitStudent1ssss23s131")]