李昊 il y a 4 ans
Parent
commit
9af8d56593

+ 18 - 18
gx_api/GxPress/Model/GxPress.Result/ContentJsonData.cs

@@ -51,24 +51,24 @@ namespace GxPress.Result
         /// <returns></returns>
         public int SetType(TextEditorTypeConst type)
         {
-            if (type == TextEditorTypeConst.Image)
-                return OldTextEditorTypeConst.Image.GetHashCode();
-            if (type == TextEditorTypeConst.File)
-                return OldTextEditorTypeConst.File.GetHashCode();
-            if (type == TextEditorTypeConst.Article)
-                return OldTextEditorTypeConst.Article.GetHashCode();
-            if (type == TextEditorTypeConst.Topic)
-                return OldTextEditorTypeConst.Topic.GetHashCode();
-            if (type == TextEditorTypeConst.Collect)
-                return OldTextEditorTypeConst.Collect.GetHashCode();
-            if (type == TextEditorTypeConst.Note)
-                return OldTextEditorTypeConst.Note.GetHashCode();
-            if (type == TextEditorTypeConst.TopicNote)
-                return OldTextEditorTypeConst.Note.GetHashCode();
-            if (type == TextEditorTypeConst.Missive)
-                return OldTextEditorTypeConst.Missive.GetHashCode();
-            if (type == TextEditorTypeConst.Group)
-                return OldTextEditorTypeConst.Group.GetHashCode();
+            // if (type == TextEditorTypeConst.Image)
+            //     return OldTextEditorTypeConst.Image.GetHashCode();
+            // if (type == TextEditorTypeConst.File)
+            //     return OldTextEditorTypeConst.File.GetHashCode();
+            // if (type == TextEditorTypeConst.Article)
+            //     return OldTextEditorTypeConst.Article.GetHashCode();
+            // if (type == TextEditorTypeConst.Topic)
+            //     return OldTextEditorTypeConst.Topic.GetHashCode();
+            // if (type == TextEditorTypeConst.Collect)
+            //     return OldTextEditorTypeConst.Collect.GetHashCode();
+            // if (type == TextEditorTypeConst.Note)
+            //     return OldTextEditorTypeConst.Note.GetHashCode();
+            // if (type == TextEditorTypeConst.TopicNote)
+            //     return OldTextEditorTypeConst.Note.GetHashCode();
+            // if (type == TextEditorTypeConst.Missive)
+            //     return OldTextEditorTypeConst.Missive.GetHashCode();
+            // if (type == TextEditorTypeConst.Group)
+            //     return OldTextEditorTypeConst.Group.GetHashCode();
             return type.GetHashCode();
         }
         /// <summary>

+ 1 - 1
gx_api/GxPress/Service/GxPress.Service.Implement/AdminVerify/AdminVerifyService.AddFriends.cs

@@ -33,7 +33,7 @@ namespace GxPress.Service.Implement.AdminVerify
                         SourceType = 0,
                         AddressBookGroupId = request.AddressBookGroupId
                     };
-                    // await _adminVerifyRepository.InsertAsync(entity);
+                     await _adminVerifyRepository.InsertAsync(entity);
                     // //获取用户信息
                     // user = await _userRepository.GetAsync(request.UserId);
                     // entity = new Entity.AdminVerify()