Преглед изворни кода

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

西昌缴费二期
liangkun пре 2 година
родитељ
комит
f9f4bb9024
1 измењених фајлова са 1 додато и 1 уклоњено
  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 Прегледај датотеку

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


Loading…
Откажи
Сачувај