修复bug
parent
255d568c0f
commit
d54193031e
|
@ -856,8 +856,6 @@ namespace IRaCIS.Core.Infra.EFCore
|
|||
if (subjectvisit.SubmitState != submit)
|
||||
{
|
||||
subjectvisit.SubmitState = submit;
|
||||
}
|
||||
|
||||
|
||||
datas.Add(new DataInspection()
|
||||
{
|
||||
|
@ -870,6 +868,7 @@ namespace IRaCIS.Core.Infra.EFCore
|
|||
CreateTime = createtime.AddMilliseconds(100),
|
||||
JsonDetail = subjectvisit.ToJcJson(),
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue