Explorar el Código

修正市场客户资料sq权限

yuanrf hace 2 días
padre
commit
cfffdb0644

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

@@ -1601,7 +1601,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 } }
             };
 
             try