Bläddra i källkod

修复缴费订单表数据缴费年份根据选择的缴费年份保存

西昌缴费二期
liangkun 2 år sedan
förälder
incheckning
f9f4bb9024
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuInfoFresh/StuInfoFreshService.cs

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuInfoFresh/StuInfoFreshService.cs Visa fil

@@ -1149,7 +1149,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
//保存缴费数据
var order = new StuEnrollFeeOrderEntity();
order.Create();
order.YearNo = DateTime.Now.Year;
order.YearNo = entity.PayYear;
order.StuNo = entity.StuNo;
order.orderid = entity.orderid;
order.YJAmount = list.Sum(x => x.YJAmount);


Laddar…
Avbryt
Spara