This commit is contained in:
mmrbnjd
2024-08-08 00:28:17 +03:30
parent 0a5065f5b3
commit cd95332a3d
6 changed files with 43 additions and 12 deletions

View File

@@ -43,7 +43,7 @@ namespace Back.Services
#endregion
//-----------------------
return await invok.Select(s => new RCOD()
return await invok.OrderByDescending(o=>o.ID).Select(s => new RCOD()
{
ID = s.ID,
TaxID = s.ItemTaxID,