|
|
@ -278,6 +278,7 @@ public class UserResiInfoServiceImpl extends BaseServiceImpl<UserResiInfoDao, Us |
|
|
|
userRoleDTO.setApp(userResiInfoDTO.getApp()); |
|
|
|
userRoleDTO.setRoleKey(EpmetRoleKeyConstant.REGISTERED_RESI); |
|
|
|
//居民角色对应的网格Id存默认值-all
|
|
|
|
// TODO: 2023/10/25 修改用户角色网格ID为用户绑定id
|
|
|
|
// userRoleDTO.setGridId(UserRoleConstant.DEFAULT_GRID_ID);
|
|
|
|
userRoleDTO.setGridId(userResiInfoDTO.getGridId()); |
|
|
|
userRoleService.saveUserRole(userRoleDTO); |
|
|
|