Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuInfoFresh/StuInfoFreshService.csZobrazit soubor
@@ -2244,7 +2244,7 @@ where bb.StuNo not in (select b.StuNo from StuInfoBasic b where b.StuNo=bb.StuNo
throw (new Exception("【金额】转换失败,必须为数字!"));
}
//筛选不在标准代码表内的数据
//第五列是金额
//第五列是项目编码
if (typecodelist.Count(m => m.ProjectCode == dr[4].ToString()) == 0)
{
throw (new Exception("【缴费项目编码】不存在,请核对!"));
@@ -2283,8 +2283,8 @@ where bb.StuNo not in (select b.StuNo from StuInfoBasic b where b.StuNo=bb.StuNo
}
}
//用友库查询是否存在缴费项目
if (BaseRepository("YongyouDb").FindTable("select * from SCS_XSXX where XH='" + dr[1].ToString() + "'").Rows.Count==0)
if (BaseRepository("YongyouDb").FindTable("select * from SCS_XSXX where XH='" + dr[1].ToString() + "'").Rows.Count==0)
{
throw (new Exception("【用友系统】不存在学生信息数据,请核对用友系统数据!"));
}
@@ -2302,8 +2302,8 @@ where bb.StuNo not in (select b.StuNo from StuInfoBasic b where b.StuNo=bb.StuNo