Commit ec19d9a4 authored by 黄奎's avatar 黄奎

页面修改

parent ede10296
......@@ -418,9 +418,10 @@ namespace Edu.Module.Course
}
foreach (var item in StuList)
{
if (glist.Where(x => x.Mobile == item.StuTel).Any()) {
return "学生" + item.StuName + "已录入学生名单中,请核实后再试";
}
//if (glist.Where(x => x.Mobile == item.StuTel).Any())
//{
// return "学生" + item.StuName + "已录入学生名单中,请核实后再试";
//}
}
foreach (var item in StuList)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment