Browse Source

退费操作日志

西昌缴费二期
fzp 1 year ago
parent
commit
168060bd62
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/ReceiveSendFeeManagement/Controllers/FinaChargeRefundController.cs

+ 2
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/ReceiveSendFeeManagement/Controllers/FinaChargeRefundController.cs View File

@@ -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<FinaChargeStuYearItemEntity> list = FinaChargeRefundList.ToObject<List<FinaChargeStuYearItemEntity>>();
FinaChargeRefundEntity entity = strEntity.ToObject<FinaChargeRefundEntity>();
FinaChargeRefundIBLL.SaveEntity(list, entity);
return Success("保存成功!");
return Success_FinaCharge("操作成功!","退费管理",OperationType.Update,"", FinaChargeRefundList);
}
#endregion



Loading…
Cancel
Save