Commit 316c96f6 authored by 吴春's avatar 吴春

1

parent d68dbe4c
...@@ -221,11 +221,11 @@ namespace Edu.Module.Duty ...@@ -221,11 +221,11 @@ namespace Edu.Module.Duty
message = ""; message = "";
bool flag; bool flag;
if (visitor_ReserveRepository.ExistsVisitorReserveRepository(model)) //if (visitor_ReserveRepository.ExistsVisitorReserveRepository(model))
{ //{
message = string.Format("已存在此访客的预约试听课信息,请重新选择!"); // message = string.Format("已存在此访客的预约试听课信息,请重新选择!");
return false; // return false;
} //}
//获取学员信息 //获取学员信息
var guestModel = studentRepository.GetEntity(model.Visitor_Id); var guestModel = studentRepository.GetEntity(model.Visitor_Id);
if (model.Id > 0) if (model.Id > 0)
......
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