This commit is contained in:
he
2022-10-18 09:25:34 +08:00
parent ca01517aa3
commit 248026555c
5 changed files with 236 additions and 193 deletions
@@ -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
}));