|
|
@ -385,6 +385,9 @@ public class PoliceServiceImpl extends BaseServiceImpl<PoliceDao, PoliceEntity> |
|
|
|
groupEntity.setGroupAvatar(GroupConstant.PROPERTY_GROUP_AVATAR); |
|
|
|
groupEntity.setGroupName(gridName + "警民群"); |
|
|
|
groupEntity.setGroupCategory(GroupConstant.POLICE_GROUP_CATEGORY); |
|
|
|
groupEntity.setSectionCode(GroupConstant.POLICE_GROUP_SECTION); |
|
|
|
groupEntity.setCategoryCode(GroupConstant.POLICE_GROUP_CATEGORY_CODE); |
|
|
|
groupEntity.setTypeKey(GroupConstant.POLICE_GROUP_TYPE); |
|
|
|
groupEntity.setDeptName(gridName); |
|
|
|
groupEntity.setDeptId(gridId); |
|
|
|
groupDao.insert(groupEntity); |
|
|
|