| | |
| | | |
| | | import javax.annotation.Resource; |
| | | |
| | | import com.panzhihua.common.model.vos.community.ComMngPopulationCommunityTagsVo; |
| | | import com.panzhihua.common.utlis.DateUtils; |
| | | import com.panzhihua.common.utlis.LabelUtils; |
| | | import org.springframework.beans.BeanUtils; |
| | | import org.springframework.beans.factory.annotation.Value; |
| | | import org.springframework.stereotype.Service; |
| | |
| | | eventVisitingTasksVO |
| | | .setNation(PopulPoliticalOutlookEnum.getCnDescByName(eventVisitingTasksVO.getNationCode())); |
| | | } |
| | | //查询该人口的标签 |
| | | List<ComMngPopulationCommunityTagsVo> communityTagsList = this.baseMapper.getCommunityTagList(eventVisitingTasksVO.getVisiterId()); |
| | | String label = LabelUtils.assembleLabel(communityTagsList); |
| | | eventVisitingTasksVO.setLabel(label); |
| | | } |
| | | return R.ok(page); |
| | | } |
| | |
| | | eventVisitingTasksVO |
| | | .setNation(PopulPoliticalOutlookEnum.getCnDescByName(eventVisitingTasksVO.getNationCode())); |
| | | } |
| | | |
| | | //查询该人口的标签 |
| | | List<ComMngPopulationCommunityTagsVo> communityTagsList = this.baseMapper.getCommunityTagList(eventVisitingTasksVO.getVisiterId()); |
| | | String label = LabelUtils.assembleLabel(communityTagsList); |
| | | eventVisitingTasksVO.setLabel(label); |
| | | } |
| | | return R.ok(page); |
| | | } |