Uat_Study
parent
f2397bbd31
commit
2d5c0733c4
|
@ -66,7 +66,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
[NotDefault]
|
[NotDefault]
|
||||||
public Guid Id { get; set; }
|
public Guid Id { get; set; }
|
||||||
|
|
||||||
[NotDefault]
|
|
||||||
public bool IsEnable { get; set; }
|
public bool IsEnable { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -233,6 +233,12 @@ namespace IRaCIS.Application.Services
|
||||||
{
|
{
|
||||||
var parentIdIsNullList = systemQuesitonList.Where(x => x.ParentId == null).ToList();
|
var parentIdIsNullList = systemQuesitonList.Where(x => x.ParentId == null).ToList();
|
||||||
|
|
||||||
|
//parentIdIsNullList.ForEach(x => {
|
||||||
|
// var oldId = x.Id.Clone();`
|
||||||
|
|
||||||
|
|
||||||
|
//})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue