|
|
|
@ -242,6 +242,7 @@ public class PoliceServiceImpl extends BaseServiceImpl<PoliceDao, PoliceEntity> |
|
|
|
ConvertUtils.sourceToTarget(parentAndAllDeptDTO, DeptEntityUtils.DeptDto.class), |
|
|
|
entity |
|
|
|
); |
|
|
|
//
|
|
|
|
policeResultDTO.setPoliceList(baseDao.selectPoliceInfo(entity)); |
|
|
|
} |
|
|
|
return policeResultDTO; |
|
|
|
@ -375,7 +376,7 @@ public class PoliceServiceImpl extends BaseServiceImpl<PoliceDao, PoliceEntity> |
|
|
|
ConvertUtils.sourceToTarget(parentAndAllDeptDTO, DeptEntityUtils.DeptDto.class), |
|
|
|
groupEntity |
|
|
|
); |
|
|
|
// groupEntity.setReferenceBusinessId(businessId);
|
|
|
|
groupEntity.setReferenceBusinessId(gridId + ""); |
|
|
|
groupEntity.setState(GroupStateEnum.GROUP_STATE_EXAMINATION_PASSED.getValue()); |
|
|
|
groupEntity.setGroupAvatar(GroupConstant.PROPERTY_GROUP_AVATAR); |
|
|
|
groupEntity.setGroupName(gridName + "警民群"); |
|
|
|
|