From 1703ec8d8e120cb4e95615300c9ddd258c00ccf7 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Wed, 30 Mar 2022 16:06:17 +0800 Subject: [PATCH] --- IRaCIS.Core.Application/Service/Inspection/InspectionService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs b/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs index 8bfc9613..fbf201a0 100644 --- a/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs +++ b/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs @@ -266,7 +266,7 @@ namespace IRaCIS.Core.Application.Service.Inspection BlindName = add.BlindName, ChildrenType = "Status", OptType = "Init", - CreateTime = add.CreateTime.AddMilliseconds(1), + CreateTime = add.CreateTime.AddSeconds(1), CreateUserId = add.CreateUserId, IP = add.IP, ModuleType = add.ModuleType,