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
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)
|
.AddSubList(it => it.TwoItem3)
|
||||||
.ExecuteReturnPrimaryKey();
|
.ExecuteCommand();
|
||||||
|
|
||||||
SubNoIdentity(db);
|
SubNoIdentity(db);
|
||||||
SubIdentity(db);
|
SubIdentity(db);
|
||||||
|
Loading…
Reference in New Issue
Block a user