Browse Source

部分修改

yuanrf 8 months ago
parent
commit
e0805f8089

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

@@ -60,7 +60,13 @@ namespace OASystem.Infrastructure.Repositories.CRM
                 //    Name = x.CnName
                 //}).ToList();
 
-                var _Users = GetNewExistClient(Dto.UserId);
+                var _Users = GetNewExistClient(Dto.UserId)
+                .Select(x => new
+                 {
+                     x.Id,
+                     Name = x.CnName
+                 }).ToList();
+
 
                 //List<Sys_Users> users = GetNewExistClient();
                 //foreach (Sys_Users user in users)