| | |
| | | List<ActivitySignVO> activitySignVOS = JSONArray.parseArray(JSONArray.toJSONString( r.getData()),ActivitySignVO.class); |
| | | if (!ObjectUtils.isEmpty(activitySignVOS)) { |
| | | for (ActivitySignVO signVO:activitySignVOS) { |
| | | if(!StringUtils.isEmpty(signVO.getName())){ |
| | | if(StringUtils.isEmpty(signVO.getName())){ |
| | | signVO.setName(signVO.getNickName()); |
| | | } |
| | | } |
| | |
| | | IPage<ComActEasyPhotoCommentVO> iPage = comActEasyPhotoCommentDAO.pageComActEasyPhotoComment(page, pageComActEasyPhotoCommentDTO); |
| | | if(!iPage.getRecords().isEmpty()){ |
| | | for (ComActEasyPhotoCommentVO commentVO:iPage.getRecords()) { |
| | | if(StringUtils.isNotEmpty(commentVO.getName())){ |
| | | if(StringUtils.isEmpty(commentVO.getName())){ |
| | | commentVO.setName(commentVO.getNickName()); |
| | | } |
| | | } |