|
|
@@ -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 |
|
|
|
|
|
|
|