This commit is contained in:
qianhao.xu 2024-09-19 16:03:45 +08:00
parent 965c2e9817
commit da96e46ba9

View File

@ -63,7 +63,7 @@ namespace DOAN.Service.JobKanban
}, true)
.MergeTable()
.OrderBy(it => it.Workorder)
.OrderBy(it => it.Sort)
.ToList();
if (ProWorkorderDto4List.Count > 0)
{