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

也面修改

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