Commit c6c80f72 authored by 黄奎's avatar 黄奎

新增老师

parent 45609ce9
...@@ -1034,5 +1034,17 @@ namespace Edu.Common ...@@ -1034,5 +1034,17 @@ namespace Edu.Common
return ScrollAppointPercent; return ScrollAppointPercent;
} }
} }
/// <summary>
/// 约课显示的部门
/// </summary>
public static List<int> ShowDeptIds
{
get
{
string Str = ReadConfigKey("ShowDeptIds");
return Common.ConvertHelper.StringToList(Str);
}
}
} }
} }
\ No newline at end of file
...@@ -4403,6 +4403,7 @@ namespace Edu.Module.Course ...@@ -4403,6 +4403,7 @@ namespace Edu.Module.Course
{ {
WeekStr = Common.ConvertHelper.GetWeekDay(ClassDate), WeekStr = Common.ConvertHelper.GetWeekDay(ClassDate),
ClassDate = ClassDate.ToString("yyyy-MM-dd"), ClassDate = ClassDate.ToString("yyyy-MM-dd"),
ShowDeptIdList= Common.Config.ShowDeptIds,
RList = DayList RList = DayList
}); });
} }
......
...@@ -135,5 +135,7 @@ ...@@ -135,5 +135,7 @@
//需要清0的订单编号 //需要清0的订单编号
"FinishOrderIds": "1229,1191,1219,1366,1371,1399,1173,1238,1264,1380,1066", "FinishOrderIds": "1229,1191,1219,1366,1371,1399,1173,1238,1264,1380,1066",
//判断学员约了比例 //判断学员约了比例
"ScrollAppointPercent": 0.01 "ScrollAppointPercent": 0.01,
//排课显示的部门
"ShowDeptIds":"8,5"
} }
\ No newline at end of file
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