dt = dt.Rows.Cast<DataRow>().OrderBy(r => Convert.ToInt32(r["数量"])==0?1:0).ThenBy(r=>r["表名"]).CopyToDataTable();
posted on 2019-06-12 15:01 mol1995 阅读(614) 评论(0) 编辑 收藏 举报