Commit 5aff9645 authored by 黄奎's avatar 黄奎

页面修改

parent 4cd22128
...@@ -218,7 +218,7 @@ namespace Edu.Module.Duty ...@@ -218,7 +218,7 @@ namespace Edu.Module.Duty
} }
if (CheckReserveClassExistsModule(model)) if (CheckReserveClassExistsModule(model))
{ {
message = message = string.Format("此教师已有{0}的约课计划!请重新选择时间", Common.ConvertHelper.FormatDate(chooseDateTime)); message = string.Format("此教师已有{0}的约课计划!请重新选择时间", Common.ConvertHelper.FormatDate(chooseDateTime));
return false; return false;
} }
if (model.ReserveClassId > 0) if (model.ReserveClassId > 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