From 168060bd623ae05136ad4f4c39295ee93ea0963a Mon Sep 17 00:00:00 2001 From: fzp <645608524@qq.com> Date: Sat, 19 Aug 2023 18:30:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E8=B4=B9=E6=93=8D=E4=BD=9C=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/FinaChargeRefundController.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/ReceiveSendFeeManagement/Controllers/FinaChargeRefundController.cs b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/ReceiveSendFeeManagement/Controllers/FinaChargeRefundController.cs index aa690f6de..03e2b9a9a 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/ReceiveSendFeeManagement/Controllers/FinaChargeRefundController.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/ReceiveSendFeeManagement/Controllers/FinaChargeRefundController.cs @@ -3,6 +3,7 @@ using System.Data; using Learun.Application.TwoDevelopment.ReceiveSendFeeManagement; using System.Web.Mvc; using System.Collections.Generic; +using Learun.Util.Operat; namespace Learun.Application.Web.Areas.ReceiveSendFeeManagement.Controllers { @@ -109,7 +110,7 @@ namespace Learun.Application.Web.Areas.ReceiveSendFeeManagement.Controllers List list = FinaChargeRefundList.ToObject>(); FinaChargeRefundEntity entity = strEntity.ToObject(); FinaChargeRefundIBLL.SaveEntity(list, entity); - return Success("保存成功!"); + return Success_FinaCharge("操作成功!","退费管理",OperationType.Update,"", FinaChargeRefundList); } #endregion