From b67e71fbe0a799f15854b46195413fc5be2999e2 Mon Sep 17 00:00:00 2001 From: wyongk <937888580@qq.com> Date: Sun, 31 Jan 2021 15:54:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E8=B4=A7=E8=AE=A2=E5=8D=95=E5=AF=BC?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Services/Hncore.Pass.Vpn/Controllers/ProductOrderController.cs | 1 + 1 file changed, 1 insertion(+) 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) },