returnlwbyJdbcTemplate.queryForObject(String.format("select * from attribute_rule where channel_id=%d and platform_id=%d",channelId,platformId),AttributeRule.class);
}
/******************************************** INNER CLASS ******************************************************/