Browse Source

//add tag

release_toaliyun_real
xhxu 4 years ago
parent
commit
6d1ba973a8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCUserBasicInfoServiceImpl.java

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

@@ -446,7 +446,7 @@ public class WxCUserBasicInfoServiceImpl implements WxCUserBasicInfoService,IExc
});
if(!tagIdList.isEmpty()){
String tagCodes = JSON.toJSONString(tagIdList);
List<Long> tagIds = wxCUserTagsMapper.findIdList(tenantEntity.getTenantId(),tagCodes);
List<Long> tagIds = wxCUserTagsMapper.findIdList(tenantEntity.getFinalTenantId(),tagCodes);
if(tagIds != null && tagIds.size() > 0){
dto.setTagIds(tagIds);
}else{


Loading…
Cancel
Save