|
@@ -290,7 +290,10 @@ namespace OASystem.Infrastructure.Repositories.CRM
|
|
}
|
|
}
|
|
else if (NewClientDataId2.Count != 0)
|
|
else if (NewClientDataId2.Count != 0)
|
|
{
|
|
{
|
|
- intList = NewClientDataId2;
|
|
+ if (dto.OperationUserId == 21)
|
|
|
|
+ {
|
|
|
|
+ intList = NewClientDataId2;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
if (state == -1)
|
|
if (state == -1)
|