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