Stringsql="select g.* from fc_user_group g, fc_user_group_fun fn, fc_review r where g.group_id = fn.group_id and fn.fun_id = r.enroll_type_id and r.id = ?";
Stringsql="select g.* from fc_user_group g, fc_user_group_fun fn, fc_member_film_enroll mfe, fc_review r where g.group_id = fn.group_id and fn.fun_id = mfe.enroll_type_id and mfe.film_id = r.film_id and r.id = ?";