mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 04:53:45 +08:00
-
This commit is contained in:
@@ -61,10 +61,6 @@ namespace OrmTest
|
||||
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