李昊 4 years ago
parent
commit
c935c9ae28

+ 2 - 2
gx_api/GxPress/Service/GxPress.Service.Implement/Group/GroupService.cs

@@ -58,8 +58,8 @@ namespace GxPress.Service.Implement.Group
         {
             if (string.IsNullOrEmpty(request.Name))
                 throw new BusinessException("小组名称不能为空");
-            if (string.IsNullOrEmpty(request.Introduce))
-                throw new BusinessException("小组简介不能为空");
+            // if (string.IsNullOrEmpty(request.Introduce))
+            //     throw new BusinessException("小组简介不能为空");
             if (string.IsNullOrEmpty(request.AvatarUrl))
                 throw new BusinessException("小组头像不能为空");
             try