|
|
@ -47,6 +47,12 @@ public class TagServiceImpl implements TagService { |
|
|
|
@Autowired |
|
|
|
private ArticlePublishRangeDao articlePublishRangeDao; |
|
|
|
|
|
|
|
@PostConstruct |
|
|
|
public void initDataToRedis(){ |
|
|
|
//加载党建声音标签到redis
|
|
|
|
this.initTag(new InitTagFormDTO()); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 已发布列表页的标签——政府端 |
|
|
|
* @param tokenDto |
|
|
@ -134,7 +140,6 @@ public class TagServiceImpl implements TagService { |
|
|
|
return tagRedis.getResiTag(formDto); |
|
|
|
} |
|
|
|
|
|
|
|
@PostConstruct |
|
|
|
@Override |
|
|
|
public Boolean initTag(InitTagFormDTO formDto) { |
|
|
|
List<TagCustomerEntity> customerTagList = tagCustomerDao.selectInitData(formDto.getCustomerIdList()); |
|
|
|