Uat_Study
he 2022-12-01 13:53:04 +08:00
parent 264db455ff
commit 2142ee6b82
3 changed files with 7 additions and 7 deletions

View File

@ -518,7 +518,7 @@ namespace IRaCIS.Application.Services
{
var readingTableQuestionSystemQueryable = _readingTableQuestionTrialRepository
.WhereIf(inDto.TableQuestionType != null, x => x.TableQuestionType == inDto.TableQuestionType!)
.WhereIf(inDto.TableQuestionType != null, x => x.TableQuestionType == inDto.TableQuestionType)
.Where(x => x.ReadingQuestionId == inDto.ReadingQuestionId).ProjectTo<ReadingTableQuestionTrialView>(_mapper.ConfigurationProvider);
var result = await readingTableQuestionSystemQueryable.OrderBy(x => x.ShowOrder).ToListAsync();

View File

@ -235,7 +235,7 @@ namespace IRaCIS.Core.Domain.Models
public List<ReadingTableQuestionTrial> ReadingTableQuestionTrialList { get; set; }
[JsonIgnore]
[NotMapped]
public List<string> ParentTriggerValueList
{
get
@ -254,7 +254,7 @@ namespace IRaCIS.Core.Domain.Models
}
[JsonIgnore]
[NotMapped]
public List<string> RelevanceValueList
{
get
@ -273,7 +273,7 @@ namespace IRaCIS.Core.Domain.Models
}
[JsonIgnore]
[NotMapped]
public List<CalculateInfo> CalculateQuestionList
{
get

View File

@ -184,7 +184,7 @@ namespace IRaCIS.Core.Domain.Models
public ReadingQuestionTrial ReadingQuestionTrial { get; set; }
[JsonIgnore]
[NotMapped]
public List<string> ParentTriggerValueList
{
get
@ -203,7 +203,7 @@ namespace IRaCIS.Core.Domain.Models
}
[JsonIgnore]
[NotMapped]
public List<string> RelevanceValueList
{
get
@ -222,7 +222,7 @@ namespace IRaCIS.Core.Domain.Models
}
[JsonIgnore]
[NotMapped]
public List<CalculateInfo> CalculateQuestionList
{
get