修改
This commit is contained in:
@@ -151,7 +151,6 @@ namespace IRaCIS.Core.Application.Service
|
||||
{
|
||||
x.VisitTaskId = taskInfo.Id;
|
||||
x.IsCurrentTaskAdd = false;
|
||||
x.isf
|
||||
x.Id = NewId.NextGuid();
|
||||
});
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user