From 866af3c6214671cd704f01dfc7333640080054c0 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期三, 11 六月 2025 17:53:45 +0800
Subject: [PATCH] fix:运营端--订单管理--退款管理,用户自己发起退款申请后供应商订单状态更新为已完成,退款审核操作驳回后,该笔订单的平台退款状态应该更新为空

---
 LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs |   34 ++++++++++++++++++++++++++++++++--
 1 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
index c46a9fe..1573133 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -167,6 +167,11 @@
     public string? ChannelName { get; set; }
 
     /// <summary>
+    /// 杩愯惀鍟�
+    /// </summary>
+    public string Operator { get; set; }
+
+    /// <summary>
     /// 璁㈠崟绫诲瀷
     /// </summary>
     public LifePayOrderTypeEnum LifePayOrderType { get; set; }
@@ -284,6 +289,11 @@
     public LifePayRefundStatusEnum? LifePayRefundStatus { get; set; }
 
     /// <summary>
+    /// 璁㈠崟鍙傛暟璇︽儏
+    /// </summary>
+    public string OrderParamDetailJsonStr { get; set; }
+
+    /// <summary>
     /// 瀹為檯鍒拌处閲戦
     /// </summary>
     public decimal? ActualReceivedAmount { get; set; }
@@ -309,6 +319,17 @@
 
     [Name("鍏呭�兼笭閬�")]
     public string ChannelName { get; set; }
+
+    /// <summary>
+    /// 杩愯惀鍟�
+    /// </summary>
+    [Name("杩愯惀鍟�")]
+    public string Operator { get; set; }
+
+    /// <summary>
+    /// 璁㈠崟鍙傛暟璇︽儏
+    /// </summary>
+    public string OrderParamDetailJsonStr { get; set; }
 
     /// <summary>
     /// 涓嬪崟鏃堕棿
@@ -381,7 +402,6 @@
     /// <summary>
     /// 璁㈠崟鐘舵��
     /// </summary>
-    [Name("骞冲彴璁㈠崟鐘舵��")]
     public LifePayOrderStatusEnum LifePayOrderStatus { get; set; }
 
 
@@ -447,6 +467,12 @@
     public string ChannelName { get; set; }
 
     /// <summary>
+    /// 杩愯惀鍟�
+    /// </summary>
+    [Name("杩愯惀鍟�")]
+    public string Operator { get; set; }
+
+    /// <summary>
     /// 涓嬪崟鏃堕棿
     /// </summary>
     public DateTime CreationTime { get; set; }
@@ -509,6 +535,11 @@
     /// 骞冲彴鎵f閲戦
     /// </summary>
     public decimal PlatformPrice { get; set; }
+
+    /// <summary>
+    /// 璁㈠崟鍙傛暟璇︽儏
+    /// </summary>
+    public string OrderParamDetailJsonStr { get; set; }
 
     /// <summary>
     /// 骞冲彴閫�娆剧姸鎬�
@@ -664,7 +695,6 @@
     [Name("瀹屾垚鏃堕棿")]
     public string? FinishTimeStr { get; set; }
 
-    [Name("骞冲彴璁㈠崟鍙�")]
     public string OrderNo { get; set; }
 
 

--
Gitblit v1.9.1