From 87c8c5bf78a8a76ce2f6298dfbf47a403bff5a33 Mon Sep 17 00:00:00 2001 From: dyy <807692433@qq.com> Date: Mon, 12 Aug 2024 14:17:06 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E5=B9=B4?= =?UTF-8?q?=E5=BA=A6=E7=BC=B4=E8=B4=B9-=E7=94=9F=E6=88=90=E7=BC=B4?= =?UTF-8?q?=E8=B4=B9=E4=BF=A1=E6=81=AF=EF=BC=9A=E5=A2=9E=E5=8A=A0=E5=AF=B9?= =?UTF-8?q?=E5=AD=A6=E7=94=9F=E4=B8=93=E4=B8=9A=E4=B8=BA=E7=A9=BA=E7=9A=84?= =?UTF-8?q?=E5=88=A4=E6=96=AD=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FinaChargeStuYear/FinaChargeStuYearService.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/ReceiveSendFeeManagement/FinaChargeStuYear/FinaChargeStuYearService.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/ReceiveSendFeeManagement/FinaChargeStuYear/FinaChargeStuYearService.cs index 80e2a719f..5cf543116 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/ReceiveSendFeeManagement/FinaChargeStuYear/FinaChargeStuYearService.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/ReceiveSendFeeManagement/FinaChargeStuYear/FinaChargeStuYearService.cs @@ -269,7 +269,7 @@ namespace Learun.Application.TwoDevelopment.ReceiveSendFeeManagement var entity = innerDataobj.entity; var userInfo = innerDataobj.userInfo; //获取缴费学生 - var stulist = BaseRepository("CollegeMIS").FindList("select t.* from FinaChargeStudent t left join StuInfoBasic s on t.StuNo=s.StuNo where t.F_CheckMark=1 and s.STU_STATE_CODE in ('01','04','05') and s.STU_ROLL_CODE in ('1')"); + var stulist = BaseRepository("CollegeMIS").FindList("select t.* from FinaChargeStudent t left join StuInfoBasic s on t.StuNo=s.StuNo where t.F_CheckMark=1 and s.STU_STATE_CODE in ('01','04','05') and s.STU_ROLL_CODE in ('1') and s.MajorNo is not null "); //获取已有年度学生缴费记录 var oldFinaChargeStuYearList = BaseRepository("CollegeMIS").FindList(m => m.FSYear == entity.FSYear); //获取已有年度学生缴费明细记录