This commit is contained in:
he
2023-03-24 10:56:19 +08:00
parent aee50bf668
commit 2663633798
2 changed files with 4 additions and 12 deletions
@@ -140,6 +140,7 @@ namespace IRaCIS.Core.Application.Service
taskAnswer.ForEach(x => {
x.VisitTaskId = taskInfo.Id;
x.Id= NewId.NextGuid();
});
@@ -150,6 +151,7 @@ namespace IRaCIS.Core.Application.Service
{
x.VisitTaskId = taskInfo.Id;
x.IsCurrentTaskAdd = false;
x.isf
x.Id = NewId.NextGuid();
});