|
@ -161,6 +161,9 @@ public class PropertyProjectServiceImpl extends BaseServiceImpl<PropertyProjectD |
|
|
groupEntity.setGroupAvatar(GroupConstant.PROPERTY_GROUP_AVATAR); |
|
|
groupEntity.setGroupAvatar(GroupConstant.PROPERTY_GROUP_AVATAR); |
|
|
groupEntity.setGroupName(entity.getProjectName() + "群"); |
|
|
groupEntity.setGroupName(entity.getProjectName() + "群"); |
|
|
groupEntity.setGroupCategory(GroupConstant.PROPERTY_GROUP_CATEGORY); |
|
|
groupEntity.setGroupCategory(GroupConstant.PROPERTY_GROUP_CATEGORY); |
|
|
|
|
|
groupEntity.setSectionCode(GroupConstant.PROPERTY_GROUP_SECTION); |
|
|
|
|
|
groupEntity.setCategoryCode(GroupConstant.PROPERTY_GROUP_CATEGORY_CODE); |
|
|
|
|
|
groupEntity.setTypeKey(GroupConstant.PROPERTY_GROUP_TYPE); |
|
|
groupEntity.setDeptName(entity.getGrid()); |
|
|
groupEntity.setDeptName(entity.getGrid()); |
|
|
groupEntity.setDeptId(Long.parseLong(entity.getGridId())); |
|
|
groupEntity.setDeptId(Long.parseLong(entity.getGridId())); |
|
|
groupDao.insert(groupEntity); |
|
|
groupDao.insert(groupEntity); |
|
|