This commit is contained in:
sunkaixuna
2021-05-15 22:44:55 +08:00
parent 3f5ce11d18
commit 9b368e5b79

View File

@@ -60,11 +60,7 @@ namespace OrmTest
ProviceName = it.SexId.GetConfigValue<DataDictionary>("province"), ProviceName = it.SexId.GetConfigValue<DataDictionary>("province"),
CityName = it.SexId.GetConfigValue<DataDictionary>("city"), CityName = it.SexId.GetConfigValue<DataDictionary>("city"),
}).ToList();//也支持支持写在Where或者Orderby }).ToList();//也支持支持写在Where或者Orderby
db.AddQueue("");
db.SaveQueues();
var list = db.Queryable<OrderItem>().Select(it => new OrderItem var list = db.Queryable<OrderItem>().Select(it => new OrderItem
{ {
ItemId = it.ItemId.SelectAll(), ItemId = it.ItemId.SelectAll(),