Commit 735b6966 authored by 黄奎's avatar 黄奎

页面修改

parent ecde7882
...@@ -131,8 +131,8 @@ namespace Edu.Module.Duty ...@@ -131,8 +131,8 @@ namespace Edu.Module.Duty
} }
if (visitor_ReserveRepository.ExistsVisitorReserveRepository(model)) if (visitor_ReserveRepository.ExistsVisitorReserveRepository(model))
{ {
message = string.Format("已存在此访客的预约试听课信息,请重新选择!"); //message = string.Format("已存在此访客的预约试听课信息,请重新选择!");
return false; //return false;
} }
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