|
|
@ -517,6 +517,7 @@ public class ResiGroupServiceImpl extends BaseServiceImpl<ResiGroupDao, ResiGrou |
|
|
|
resiGroupEntity.setGroupIntroduction(applyCreateGroupFormDTO.getGroupIntroduction()); |
|
|
|
resiGroupEntity.setCreatedBy(applyCreateGroupFormDTO.getUserId()); |
|
|
|
resiGroupEntity.setState(GroupStateConstant.GROUP_UNDER_AUDITTING); |
|
|
|
resiGroupEntity.setVisitSwitch(StringUtils.isNotBlank(applyCreateGroupFormDTO.getVisitSwitch()) ? applyCreateGroupFormDTO.getVisitSwitch() : GroupStateConstant.CLOSED); |
|
|
|
return resiGroupEntity; |
|
|
|
} |
|
|
|
|
|
|
|