Uat_Study
he 2023-03-24 11:18:56 +08:00
parent 0a1d5bd5aa
commit d4a3f1c69a
2 changed files with 1 additions and 2 deletions

View File

@ -151,7 +151,6 @@ namespace IRaCIS.Core.Application.Service
{
x.VisitTaskId = taskInfo.Id;
x.IsCurrentTaskAdd = false;
x.isf
x.Id = NewId.NextGuid();
});

View File

@ -830,7 +830,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public int ShowOrder { get; set; }
public bool IsFirstChangeTask { get; set; }
public bool IsFirstChangeTask { get; set; } = false;
}