修改一版
parent
36c1a3b1c0
commit
2d3c73ccae
|
@ -473,6 +473,7 @@ namespace IRaCIS.Application.Services
|
||||||
QuestionId = x.Id,
|
QuestionId = x.Id,
|
||||||
QuestionName = x.QuestionName,
|
QuestionName = x.QuestionName,
|
||||||
TypeValue = x.TypeValue,
|
TypeValue = x.TypeValue,
|
||||||
|
|
||||||
GroupName=x.GroupName,
|
GroupName=x.GroupName,
|
||||||
}).ToListAsync();
|
}).ToListAsync();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue