修改
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user