|
|
@ -141,6 +141,7 @@ public class PropertyProjectServiceImpl extends BaseServiceImpl<PropertyProjectD |
|
|
|
groupEntity |
|
|
|
); |
|
|
|
groupEntity.setReferenceBusinessId(entity.getId()); |
|
|
|
groupEntity.setState(10); |
|
|
|
groupEntity.setGroupAvatar(avatarUrl); |
|
|
|
groupEntity.setGroupName(entity.getProjectName() + "群"); |
|
|
|
groupEntity.setGroupCategory("2"); |
|
|
|