This commit is contained in:
he
2022-07-27 09:47:16 +08:00
parent db3ffbf6fc
commit 8d7640df95
2 changed files with 8 additions and 7 deletions
@@ -643,6 +643,7 @@ namespace IRaCIS.Application.Services
TypeValue = data.TypeValue,
Answer = string.Empty,
PageShowOrder = data.ShowOrder,
Type=data.Type,
};
var qusetionList = await query.OrderBy(x => x.ShowOrder).ToListAsync();