Compare commits

..

No commits in common. "8cabb7440a91f82e38a46ea25ba41235e5f8554d" and "c06681f3794f21a49535e7405fe1f7c2fefc7fb1" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -1024,7 +1024,7 @@ namespace IRaCIS.Core.Application.Service
x.IsFirstChangeTask = x.VisitTaskId == inDto.VisitTaskId;
});
result.AddRange(questionMark);
result= result.OrderBy(x=>x.ShowOrder).ThenBy(x=>x.RowIndex).ThenBy(x => x.OrderMarkName).ToList();
result= result.OrderBy(x=>x.RowIndex).ThenBy(x => x.OrderMarkName).ToList();
return result;
}