Commit ec19d9a4 authored by 黄奎's avatar 黄奎

页面修改

parent ede10296
......@@ -416,11 +416,12 @@ namespace Edu.Module.Course
{
return "学生选择超出" + (glist.Count() + StuNum - orderModel.GuestNum) + "位";
}
foreach (var item in StuList)
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