李昊 преди 4 години
родител
ревизия
c935c9ae28
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      gx_api/GxPress/Service/GxPress.Service.Implement/Group/GroupService.cs

+ 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