From f9f4bb902473f1fc519742b0951b5f95201c086c Mon Sep 17 00:00:00 2001 From: liangkun Date: Tue, 1 Nov 2022 14:10:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=B4=E8=B4=B9=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E8=A1=A8=E6=95=B0=E6=8D=AE=E7=BC=B4=E8=B4=B9=E5=B9=B4?= =?UTF-8?q?=E4=BB=BD=E6=A0=B9=E6=8D=AE=E9=80=89=E6=8B=A9=E7=9A=84=E7=BC=B4?= =?UTF-8?q?=E8=B4=B9=E5=B9=B4=E4=BB=BD=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StuInfoFresh/StuInfoFreshService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);