浏览代码

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

leiy 1 年之前
父节点
当前提交
f761dff077

+ 5 - 0
OASystem/OASystem.Domain/Dtos/Groups/TourClientListDto.cs

@@ -165,6 +165,11 @@ namespace OASystem.Domain.Dtos.Groups
         /// </summary>
         public string? FirstName { get; set; }
 
+        /// <summary>
+        /// 拼音
+        /// </summary>
+        public string Pinyin { get; set; }
+
         /// <summary>
         /// 性别
         /// 0 男1 女 其他值 未设置

+ 2 - 0
OASystem/OASystem.Infrastructure/Repositories/Groups/TourClientListRepository.cs

@@ -498,6 +498,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
                     {
                         LastName = item.LastName,
                         FirstName = item.FirstName,
+                        Pinyin = item.Pinyin,
                         CrmCompanyId = companyId,
                         Job = item.Job,
                         Sex = item.Sex,
@@ -562,6 +563,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
                     Crm_DeleClient _DeleClient = new Crm_DeleClient() { 
                         LastName = item.LastName,
                         FirstName = item.FirstName,
+                        Pinyin = item.Pinyin,
                         Sex = item.Sex,
                         Phone = item.Phone,
                         BirthDay = item.BirthDay