Sfoglia il codice sorgente

[需求][修改]:会员导出调试信息删除

release_toaliyun_real
hupeng 7 anni fa
parent
commit
480baa86a3
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCUserBasicInfoServiceImpl.java

+ 0
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxCUserBasicInfoServiceImpl.java Vedi File

@@ -153,7 +153,6 @@ public class WxCUserBasicInfoServiceImpl implements WxCUserBasicInfoService {
List<WxTags> tagList = wxTagsMapper.findListAll();
Map<Long, String> tagMap = tagList.stream().collect(Collectors.toMap(WxTags::getId, WxTags::getName));
list.stream().filter(u->u.getTags()!=null).forEach(u->{
logger.debug("$$$$$ID:" + u.getId().toString());
List<Long> ids = JSONObject.parseArray(u.getTags(), Long.class);
String tagNames = StringUtils.join(ids.stream().map(id->tagMap.get(id)).collect(Collectors.toList()),"/");
u.setTagNames(tagNames);


Caricamento…
Annulla
Salva