mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
Update demo
This commit is contained in:
parent
28cd696af7
commit
3faa67e273
@ -75,7 +75,7 @@ namespace OrmTest
|
||||
}
|
||||
}
|
||||
})
|
||||
.AddSubList(it => it.Items.First().OrderId).ExecuteReturnPrimaryKey();
|
||||
.AddSubList(it => it.Items.First().OrderId).ExecuteCommand();
|
||||
|
||||
|
||||
SubNoIdentity(db);
|
||||
|
Loading…
Reference in New Issue
Block a user