Commit b246dbd5 by wangonghui

修复轮次排序bug

parent 65c8b4a8
......@@ -240,6 +240,8 @@ namespace VIZ.TVP.CBA.Module
RoundMatchData.Add(rudData);
}
RoundMatchData = RoundMatchData.OrderBy(a=>a.MatchGTM8Time).ToObservableCollection();
}
......
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