浏览代码

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

LEIYI 3 月之前
父节点
当前提交
6470704bb7
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      OASystem/OASystem.Infrastructure/Repositories/CRM/NewClientDataRepository.cs

+ 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)