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
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);
|
SubNoIdentity(db);
|
||||||
|
Loading…
Reference in New Issue
Block a user