| | |
| | | comSwRotaPersonVO.setId(Long.valueOf(rotaPersonArray[i])); |
| | | comSwRotaPersonVO.setName(person.get("name")); |
| | | comSwRotaPersonVO.setPhone(Long.valueOf(person.get("phone"))); |
| | | Map<String,String> userMap = this.comSwRotaDAO.getImageUrl(Long.valueOf(rotaPersonArray[i])); |
| | | if(userMap != null){ |
| | | comSwRotaPersonVO.setPhone(userMap.get("phone")); |
| | | comSwRotaPersonVO.setImageUrl(userMap.get("url")); |
| | | } |
| | | rotaPersons.add(comSwRotaPersonVO); |
| | | } |
| | | } |
| | |
| | | comSwRotaPersonVO.setId(Long.valueOf(rotaPersonArray[i])); |
| | | comSwRotaPersonVO.setName(leader.get("name")); |
| | | comSwRotaPersonVO.setPhone(Long.valueOf(leader.get("phone"))); |
| | | Map<String,String> userMap = this.comSwRotaDAO.getImageUrl(Long.valueOf(rotaPersonArray[i])); |
| | | if(userMap != null){ |
| | | comSwRotaPersonVO.setPhone(userMap.get("phone")); |
| | | comSwRotaPersonVO.setImageUrl(userMap.get("url")); |
| | | } |
| | | rotaLeaders.add(comSwRotaPersonVO); |
| | | } |
| | | } |