Commit 901587ab authored by 黄奎's avatar 黄奎

页面修改

parent 8f9b01e2
...@@ -497,7 +497,7 @@ namespace Edu.Module.Duty ...@@ -497,7 +497,7 @@ namespace Edu.Module.Duty
if (model.PlanDetails != null && model.PlanDetails.Count > 0) if (model.PlanDetails != null && model.PlanDetails.Count > 0)
{ {
//查找当前人员索引 //查找当前人员索引
int currentIndex = CalcCurrentDutyManIndexModule(model.Date, model.PlanDetails, user.Id); int currentIndex = CalcCurrentDutyManIndexModule_V2(model.Date, model.PlanDetails, user.Id);
//上一个班次索引 //上一个班次索引
int previousIndex = currentIndex - 1; int previousIndex = currentIndex - 1;
//下一个班次索引 //下一个班次索引
......
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