Uat_Study
he 2022-06-14 10:51:44 +08:00
parent f2397bbd31
commit 2d5c0733c4
2 changed files with 7 additions and 1 deletions

View File

@ -66,7 +66,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
[NotDefault]
public Guid Id { get; set; }
[NotDefault]
public bool IsEnable { get; set; }
}

View File

@ -233,6 +233,12 @@ namespace IRaCIS.Application.Services
{
var parentIdIsNullList = systemQuesitonList.Where(x => x.ParentId == null).ToList();
//parentIdIsNullList.ForEach(x => {
// var oldId = x.Id.Clone();`
//})
}