Stringsql="select r.* from fc_review r, fc_review_record rr, fc_review_record_ext rre where rre.record_id = rr.id and rr.review_id = r.id and r.enroll_type_id = 2 and review_round >= "+review_round+" group by rr.review_id, rre.record_id, ";
Stringsql="select * from fc_report_asia_new where user_gorup_id = ? and review_round = ?";