修改任务台数排序

master
jianghaiqing 6 months ago
parent 8cc2d1bfef
commit f7e4df05e0

@ -1897,6 +1897,11 @@ namespace Myshipping.Application
}); });
} }
#endregion #endregion
if(resultInfo.LevelTree != null && resultInfo.LevelTree.Count > 0)
{
resultInfo.LevelTree = resultInfo.LevelTree.OrderBy(x => x.SortNo).ToList();
}
} }
catch (Exception ex) catch (Exception ex)
{ {

Loading…
Cancel
Save