|
|
@ -242,6 +242,7 @@ public class RegisterRelationServiceImpl extends BaseServiceImpl<RegisterRelatio |
|
|
|
UserRoleFormDTO userRoleFormDTO = new UserRoleFormDTO(); |
|
|
|
userRoleFormDTO.setUserId(enterGridFormDTO.getUserId()); |
|
|
|
userRoleFormDTO.setCustomerId(enterGridFormDTO.getCustomerId()); |
|
|
|
userRoleFormDTO.setGridId(enterGridFormDTO.getGridId()); |
|
|
|
List<UserRoleResultDTO> roleList = userRoleDao.getUserRoleInfo(userRoleFormDTO); |
|
|
|
List<String> roleListString = new ArrayList<>(); |
|
|
|
for(UserRoleResultDTO role : roleList){ |
|
|
|