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

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

@@ -1389,7 +1389,7 @@ namespace OASystem.Infrastructure.Repositories.CRM
             var userArr =  _sqlSugar.SqlQueryable<Sys_Users>(sql).ToList();
             var dic = new Dictionary<int, int[]>()
             {
-                { 95, new int []{ 95 , 337 , 302, 350, 355, 357, 353 , 359 , 361, 368, 364, 366, 369 } }
+                { 95, new int []{ 95 , 337 , 302, 350, 355, 357, 353 , 359 , 361, 368, 364, 366, 369 , 370 } }
             };
 
             if (dic.Keys.Contains(userid))