diff --git a/Services/Hncore.Pass.Vpn/Controllers/ProductOrderController.cs b/Services/Hncore.Pass.Vpn/Controllers/ProductOrderController.cs index e0c6947..2b1dfb4 100644 --- a/Services/Hncore.Pass.Vpn/Controllers/ProductOrderController.cs +++ b/Services/Hncore.Pass.Vpn/Controllers/ProductOrderController.cs @@ -446,6 +446,7 @@ namespace Hncore.Pass.Vpn.Controllers new ExcelTitle { Property = "PaymentAmount", Title = "实付金额" }, new ExcelTitle { Property = "RefundAmount", Title = "退款金额" }, new ExcelTitle { Property = "RefundRestTime", Title = "剩余时间" }, + new ExcelTitle { Property = "BackAmount", Title = "返点" }, new ExcelTitle { Property = "RefundRestTime", Title = "自动退款",Expr=(p)=>((ProductOrderEntity)p).IsAutoRefund.HasValue&&((ProductOrderEntity)p).IsAutoRefund==1?"是":"否" }, new ExcelTitle { Property = "RefundRestTime", Title = "退款状态",Expr=(p)=>refundTypeFormat((ProductOrderEntity)p) },