|
|
|
@@ -1269,6 +1269,7 @@ public class WxCUserBasicInfoServiceImpl implements WxCUserBasicInfoService,IExc |
|
|
|
if (null != userIds && userIds.size() > 0 ) { |
|
|
|
WxCUserTags tq = new WxCUserTags(); |
|
|
|
tq.setUserIdList(userIds); |
|
|
|
tq.setTenantId(tenantInfo.getFinalTenantId()); |
|
|
|
List<WxCUserTags> userTagList = wxCUserTagsMapper.findList(tq); |
|
|
|
if (null != userTagList) { |
|
|
|
List<WxTags> tagList = wxTagsMapper.findListAll(); |
|
|
|
|