1221-002-gaofei
This commit is contained in:
@@ -2473,7 +2473,7 @@ namespace BLL
|
||||
|
||||
private static void AddDetail(List<Model.View_WBS_CostControlDetailStatistics> newList, List<Model.View_WBS_CostControlDetailStatistics> oldList, string id)
|
||||
{
|
||||
var items = oldList.Where(x => x.SupId == id);
|
||||
var items = oldList.Where(x => x.SupId == id).OrderBy(x => x.Code);
|
||||
foreach (var item in items)
|
||||
{
|
||||
newList.Add(item);
|
||||
|
||||
Reference in New Issue
Block a user