李昊 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