|
|
@@ -1983,21 +1983,21 @@ where ID='{ParentID}' |
|
|
|
if (string.IsNullOrEmpty(DeptNo)) |
|
|
|
{ |
|
|
|
fnum++; |
|
|
|
dr["导入错误"] = "系部导入错误"; |
|
|
|
dr["导入错误"] = "【系部】数据源找不到对应数据!"; |
|
|
|
failDt.Rows.Add(dr.ItemArray); |
|
|
|
continue; |
|
|
|
} |
|
|
|
if (string.IsNullOrEmpty(MajorNo)) |
|
|
|
{ |
|
|
|
fnum++; |
|
|
|
dr["导入错误"] = "专业导入错误"; |
|
|
|
dr["导入错误"] = "【专业】数据源找不到对应数据!"; |
|
|
|
failDt.Rows.Add(dr.ItemArray); |
|
|
|
continue; |
|
|
|
} |
|
|
|
if (string.IsNullOrEmpty(ClassNo)) |
|
|
|
{ |
|
|
|
fnum++; |
|
|
|
dr["导入错误"] = "班级导入错误"; |
|
|
|
dr["导入错误"] = "【班级】数据源找不到对应数据!"; |
|
|
|
failDt.Rows.Add(dr.ItemArray); |
|
|
|
continue; |
|
|
|
} |
|
|
@@ -2010,7 +2010,7 @@ where ID='{ParentID}' |
|
|
|
if (string.IsNullOrEmpty(leaderno)) |
|
|
|
{ |
|
|
|
fnum++; |
|
|
|
dr["导入错误"] = dr["舍长学号"] + "导入错误"; |
|
|
|
dr["导入错误"] = "【舍长学号】数据源找不到对应数据!"; |
|
|
|
failDt.Rows.Add(dr.ItemArray); |
|
|
|
continue; |
|
|
|
} |
|
|
@@ -2023,7 +2023,7 @@ where ID='{ParentID}' |
|
|
|
if (string.IsNullOrEmpty(stuno)) |
|
|
|
{ |
|
|
|
fnum++; |
|
|
|
dr["导入错误"] = dr["学生学号"] + "导入错误"; |
|
|
|
dr["导入错误"] = "【学生学号】数据源找不到对应数据!"; |
|
|
|
failDt.Rows.Add(dr.ItemArray); |
|
|
|
continue; |
|
|
|
} |
|
|
|