|
|
|
@@ -1261,11 +1261,11 @@ public class WxCUserBasicInfoServiceImpl implements WxCUserBasicInfoService,IExc |
|
|
|
}else{ |
|
|
|
basicInfo.undateFinalTenantId(tenantInfo); |
|
|
|
} |
|
|
|
list = wxCUserBasicInfoMapper.findVoList(basicInfo); |
|
|
|
list = wxCUserBasicInfoMapper.findVoList1(tenantInfo,basicInfo); |
|
|
|
if (null == list || list.size() <= 0 ) { |
|
|
|
return null; |
|
|
|
} |
|
|
|
List<Long> userIds = wxCUserBasicInfoMapper.findVoIdsList(basicInfo); |
|
|
|
List<Long> userIds = wxCUserBasicInfoMapper.findVoIdsList1(tenantInfo,basicInfo); |
|
|
|
if (null != userIds && userIds.size() > 0 ) { |
|
|
|
WxCUserTags tq = new WxCUserTags(); |
|
|
|
tq.setUserIdList(userIds); |
|
|
|
|