mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Update demo
This commit is contained in:
parent
3f80b543c6
commit
1e4160f695
@ -29,11 +29,11 @@ namespace SqlSeverTest.UserTestCases.UnitTest
|
||||
var PlanPackage2 = db.Queryable<ProcessPlanPackage>()
|
||||
.Where(p => p.processPlanPackageEntries.Any(z =>
|
||||
z.processPlan.Entries.Any(c =>
|
||||
|
||||
c.OrgId == 11 &&
|
||||
c.Process.Type == ProcessEnum.混色 &&
|
||||
c.OrgId == 11 &&
|
||||
|
||||
c.Pass == 0)))
|
||||
.SingleAsync(p => p.Code == "a");
|
||||
.SingleAsync(p => p.Code == "a").GetAwaiter().GetResult();
|
||||
}
|
||||
private static void Demo1(SqlSugarClient db)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user