This commit is contained in:
sunkaixuan
2025-08-09 13:49:02 +08:00
parent 42cb2a7238
commit b1774c0ac4

View File

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