select province as name, sum(count) as value from statistics_request_province
` and start_time >= #{param.start_timestamp} `
` and end_time <= #{param.end_timestamp} `
group by province