|
|
|
@@ -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{ |
|
|
|
|