Uat_Study
parent
0a1d5bd5aa
commit
d4a3f1c69a
|
@ -151,7 +151,6 @@ namespace IRaCIS.Core.Application.Service
|
||||||
{
|
{
|
||||||
x.VisitTaskId = taskInfo.Id;
|
x.VisitTaskId = taskInfo.Id;
|
||||||
x.IsCurrentTaskAdd = false;
|
x.IsCurrentTaskAdd = false;
|
||||||
x.isf
|
|
||||||
x.Id = NewId.NextGuid();
|
x.Id = NewId.NextGuid();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -830,7 +830,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
public int ShowOrder { get; set; }
|
public int ShowOrder { get; set; }
|
||||||
|
|
||||||
|
|
||||||
public bool IsFirstChangeTask { get; set; }
|
public bool IsFirstChangeTask { get; set; } = false;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue