|
|
@ -193,7 +193,7 @@ public class GroupServiceImpl extends BaseServiceImpl<GroupDao, GroupEntity> imp |
|
|
|
informationFormDTO.setTitle(GroupNoticeConstant.NOTICE_GROUP_NOT_PASSED); |
|
|
|
|
|
|
|
// 社群审批不通过发送短信
|
|
|
|
this.groupManagementSmsNotification(dto,dto.getUserId()); |
|
|
|
this.groupManagementSmsNotification(dto,dto.getId()); |
|
|
|
} |
|
|
|
// 社群审核通过
|
|
|
|
if (GroupStateEnum.GROUP_STATE_EXAMINATION_PASSED.getValue().equals(dto.getState()) |
|
|
|