|
@@ -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
|