|
|
@@ -665,7 +665,7 @@ namespace Learun.Application.Web.Areas.EducationalAdministration.Controllers |
|
|
|
FinaChargesStandardList = FinaChargesStandardList, |
|
|
|
StuInfoFreshFamilyList = stuInfoFreshFamily, |
|
|
|
PayFeeTotal = PayFeeTotal, |
|
|
|
YJAmount = FeeOrderList.Sum(x => x.SJAmount) |
|
|
|
YJAmount = FinaChargesStandardList.Sum(x => x.PayedMoney) |
|
|
|
}; |
|
|
|
return Success(jsonData); |
|
|
|
} |
|
|
@@ -1321,9 +1321,6 @@ namespace Learun.Application.Web.Areas.EducationalAdministration.Controllers |
|
|
|
|
|
|
|
if (!string.IsNullOrEmpty(imgUrl)) |
|
|
|
{ |
|
|
|
// model.PayFeeDetail = entity.PayFeeDetail; |
|
|
|
// model.PayMoney = entity.PayMoney; |
|
|
|
model.LoanMoney = entity.LoanMoney; |
|
|
|
model.orderid = orderid; |
|
|
|
stuInfoFreshIBLL.SaveFeeData(keyValue, model, list); |
|
|
|
} |
|
|
|