mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update user test case
This commit is contained in:
parent
444e5768c6
commit
ce29acfc75
@ -33,6 +33,7 @@ namespace OrmTest
|
||||
}
|
||||
public static void Init()
|
||||
{
|
||||
UnitOneToOneFilter.Init();
|
||||
UnitOneToManyNsdfafa.Init();
|
||||
UnitTreaaafasa.Init();
|
||||
UnitaadfafxSubToList.Init();
|
||||
|
@ -28,7 +28,7 @@ namespace OrmTest
|
||||
};
|
||||
int personId = db.Insertable(person).ExecuteReturnIdentity();
|
||||
|
||||
db.QueryFilter.AddTableFilter<DelId>(x => x.IsDel);
|
||||
db.QueryFilter.AddTableFilter<DelId>(x => x.IsDel==true);
|
||||
var list = db.Queryable<UnitPerson011dd1231dd3>().Includes(x => x.Address)
|
||||
.OrderBy(it=>it.Address.Id).ToList();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user