Update demo

This commit is contained in:
sunkaixuan 2022-03-18 20:10:39 +08:00
parent b81b937ef4
commit 57ab22c006

View File

@ -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);