mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
Update demo
This commit is contained in:
parent
b81b937ef4
commit
57ab22c006
@ -87,7 +87,7 @@ namespace OrmTest
|
||||
}
|
||||
}
|
||||
})
|
||||
.AddSubList(it => it.Items.First().OrderId).ExecuteReturnPrimaryKey();
|
||||
.AddSubList(it => it.Items.First().OrderId).ExecuteCommand();
|
||||
|
||||
|
||||
|
||||
@ -141,7 +141,7 @@ namespace OrmTest
|
||||
}
|
||||
})
|
||||
.AddSubList(it => it.TwoItem3)
|
||||
.ExecuteReturnPrimaryKey();
|
||||
.ExecuteCommand();
|
||||
|
||||
SubNoIdentity(db);
|
||||
SubIdentity(db);
|
||||
|
Loading…
Reference in New Issue
Block a user