|
|
|
@@ -85,7 +85,9 @@ public class WxCUserTagsServiceImpl implements WxCUserTagsService { |
|
|
|
}else{ |
|
|
|
WxCUserBasicInfoDto dto = new WxCUserBasicInfoDto(); |
|
|
|
dto.updateTenantInfo(tenantEntity); |
|
|
|
dto.setIds(userIds); |
|
|
|
if(userIds.size() > 0){ |
|
|
|
dto.setIds(userIds); |
|
|
|
} |
|
|
|
dto.setStartTime(startTime); |
|
|
|
dto.setEndTime(endTime); |
|
|
|
return wxCUserBasicInfoMapper.findCount(dto); |
|
|
|
|