Compare commits
No commits in common. "b576478eea993b4235d40427d4d4a297df3f12f1" and "0245aaf7adf871e1d21094780632b149f487b087" have entirely different histories.
b576478eea
...
0245aaf7ad
|
|
@ -289,7 +289,6 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
taskAnswer.ForEach(x =>
|
taskAnswer.ForEach(x =>
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
x.VisitTaskId = visitTaskId;
|
x.VisitTaskId = visitTaskId;
|
||||||
|
|
||||||
x.Id = NewId.NextGuid();
|
x.Id = NewId.NextGuid();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue