diff --git a/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs b/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs index 8bfc9613f..fbf201a03 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,