Merge branch 'Feature/InstitutionContract/upgrade' into Main
This commit is contained in:
@@ -2505,7 +2505,7 @@ public class InstitutionContractRepository : RepositoryBase<long, InstitutionCon
|
||||
RollCallInPerson = x.RollCallInPerson,
|
||||
},
|
||||
};
|
||||
}).ToList()
|
||||
}).OrderByDescending(x=>x.Price).ToList()
|
||||
};
|
||||
|
||||
res.OneTime = new InstitutionContractPaymentOneTimeViewModel()
|
||||
|
||||
Reference in New Issue
Block a user