mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 20:43:46 +08:00
-
This commit is contained in:
@@ -60,11 +60,7 @@ namespace OrmTest
|
||||
ProviceName = it.SexId.GetConfigValue<DataDictionary>("province"),
|
||||
CityName = it.SexId.GetConfigValue<DataDictionary>("city"),
|
||||
}).ToList();//也支持支持写在Where或者Orderby
|
||||
|
||||
|
||||
db.AddQueue("");
|
||||
db.SaveQueues();
|
||||
|
||||
|
||||
var list = db.Queryable<OrderItem>().Select(it => new OrderItem
|
||||
{
|
||||
ItemId = it.ItemId.SelectAll(),
|
||||
|
Reference in New Issue
Block a user