修改一版

This commit is contained in:
he
2022-05-05 16:38:57 +08:00
parent 9b1469da37
commit d1d35ee89c
3 changed files with 6 additions and 2 deletions
@@ -365,6 +365,9 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
public decimal? VisitNum { get; set; }
public string OptTypeName { get; set; } = string.Empty;
/// <summary>
/// 父标识
/// </summary>
@@ -140,7 +140,8 @@ namespace IRaCIS.Core.Application.Service.Inspection
ParentIdentification = leftparent.Identification,
OptType = leftOptType.Id,
VisitNum=leftsubjectVisit.VisitNum,
IsFrontAdd=data.IsFrontAdd
IsFrontAdd=data.IsFrontAdd,
OptTypeName = leftOptType.Value,
};