diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuInfoFresh/StuInfoFreshService.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuInfoFresh/StuInfoFreshService.cs index 79207e80c..e8bb8b5a7 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuInfoFresh/StuInfoFreshService.cs +++ b/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);