var list = from staff in staffList from extraRecord in extraList where staff.staffID == extraRecord.staffID && staff.staffID != Loginer.staffID && extraRecord.depOpinion == null select extraRecord; private IList<Model.ExtraInfo> mySort(IList<Model.ExtraInfo> list) { var tempList = from tp in list orderby tp.applyTime descending select tp; IList<TYKY_OA.Model.ExtraInfo> applyList = new List<TYKY_OA.Model.ExtraInfo>(); foreach (var item in tempList) { applyList.Add(item); } return applyList; }
相关文章
- 12-11强大的代码保护软件 .NET Reactor使用教程(二):代码自动操作相关保护功能
- 12-11iframe标签的使用
- 12-11flex中DataGrid里使用itemRenderer后数据无法绑定到数据源的问题
- 12-11python的optparse模块使用
- 12-11LocalDate的使用
- 12-11使用opencv的cvtColor()函数进行色彩空间转换
- 12-11String和StringBuilder 的使用区别
- 12-11SAP CRM中间件一些性能问题的分析和处理办法
- 12-11【极限竞速 地平线4】关于漂移的一些技巧
- 12-11showModalDialog和window.open的详细使用