Browse Source

Merge branch 'develop' of http://132.232.92.186:3000/XinXiBu/OA2023 into develop

LEIYI 3 months ago
parent
commit
6470704bb7

+ 4 - 1
OASystem/OASystem.Infrastructure/Repositories/CRM/NewClientDataRepository.cs

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