|
@@ -156,10 +156,10 @@ namespace GxPress.Service.Implement.Group
|
|
|
SourceType = request.SourceType
|
|
|
};
|
|
|
await _adminVerifyService.InsertAsync(adminVerifyInsertRequest);
|
|
|
- // if (request.SourceType == 2)
|
|
|
- // throw new BusinessException("等待用户同意同意");
|
|
|
- // if (request.SourceType == 1)
|
|
|
- // throw new BusinessException("等待管理员同意");
|
|
|
+ if (request.SourceType == 2)
|
|
|
+ throw new BusinessException("等待用户同意同意");
|
|
|
+ if (request.SourceType == 1)
|
|
|
+ throw new BusinessException("等待管理员同意");
|
|
|
}
|
|
|
|
|
|
if (!group.IsAdmin && request.SourceType == 1)
|