pub async fn query_voteplan_by_id(
    id: i32,
    pool: &DbConnectionPool
) -> Result<Vec<Voteplan>, HandleError>