修改
This commit is contained in:
@@ -90,7 +90,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
public List<Guid> DictionaryIds { get; set; }
|
||||
|
||||
public bool IsSystemCriterion { get; set; } = true;
|
||||
}
|
||||
|
||||
public class GetAssessTypeInDto
|
||||
|
||||
@@ -117,7 +117,7 @@ namespace IRaCIS.Application.Services
|
||||
{
|
||||
CriterionId = inDto.CriterionId,
|
||||
DictionaryId = x,
|
||||
IsSystemCriterion = inDto.IsSystemCriterion,
|
||||
IsSystemCriterion = true,
|
||||
ParentCode = inDto.ParentCode
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user