This commit is contained in:
2022-03-30 14:08:22 +08:00
2 changed files with 30 additions and 2 deletions
@@ -246,7 +246,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
add.SignId = signId;
add.IP = _userInfo.IP;
await _repository.AddAsync(add);
if (addDto.OptType.ToLower() == "Add".ToLower()|| Statusdata!=null)
if (addDto.OptType.ToLower() == "Add".ToLower()&& Statusdata!=null)
{
@@ -260,7 +260,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
BlindName = add.BlindName,
ChildrenType = "Status",
OptType = "Init",
CreateTime = add.CreateTime,
CreateTime = add.CreateTime.AddMilliseconds(1),
CreateUserId = add.CreateUserId,
IP = add.IP,
ModuleType = add.ModuleType,