mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Add demo
This commit is contained in:
@@ -24,6 +24,9 @@ namespace OrmTest
|
||||
{
|
||||
throw new Exception("unit error");
|
||||
}
|
||||
var key=db.Queryable<EmpLicenseLogOff>()
|
||||
.Where(it => it.EmpLicense.EmpInformation.LastUpdateTime.Value.Year==2025)
|
||||
.ToList();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user