修改
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user