diff --git a/Services/Hncore.Pass.Vpn/Controllers/ProductOrderController.cs b/Services/Hncore.Pass.Vpn/Controllers/ProductOrderController.cs index ba31906..be3a870 100644 --- a/Services/Hncore.Pass.Vpn/Controllers/ProductOrderController.cs +++ b/Services/Hncore.Pass.Vpn/Controllers/ProductOrderController.cs @@ -419,7 +419,7 @@ namespace Hncore.Pass.Vpn.Controllers new ExcelTitle { Property = "CreateTime", Title = "创建日期" ,Format=(val)=>((DateTime) val).ToString("yyyy-MM-dd hh:mm:ss") }, //new ExcelTitle { Property = "OrderNo", Title = "订单号" }, // new ExcelTitle { Property = "OrderType", Title = "类型", Format=(val)=>((OrderType)val).GetEnumDisplayName() }, - // new ExcelTitle { Property = "UserName", Title = "用户" }, + new ExcelTitle { Property = "UserName", Title = "用户" }, new ExcelTitle { Property = "ProductName", Title = "产品" }, new ExcelTitle { Property = "PackageName", Title = "套餐" }, new ExcelTitle { Property = "ConnectCount", Title = "连接数",Expr=(p)=>((ProductOrderEntity)p).ConnectCount*((ProductOrderEntity)p).AccountCount},