Stringsql="insert into fc_review_record(review_id, user_id, review_round, view_state, create_time) select ?, ?, ?, 0, now() from dual where not exists (select * from fc_review_record where review_id = ? and user_id = ? and review_round = ?)";
Stringsql0="select f.* from fc_member_film f, fc_member_film f2 where (f.apply_state = 2 or f.apply_state = 3) and (f.en_name = f2.en_name or f.cn_name = f2.cn_name) and f2.id = ? and f.id != ?";
Stringsql0=""
+"select "
+"f.* "
+"from "
+"fc_member_film f, "
+"fc_member_film f2 "
+"where "
+"(f.apply_state = 2 or f.apply_state = 3) "
+"and (f.en_name = f2.en_name or f.cn_name = f2.cn_name) "
Stringsql="select count(fp.id) from fc_member_film_playactor fp, fc_member_film_playactor fp2 where fp.playactor_type = 'director' and fp.playactor_type = fp2.playactor_type and fp.playactor_name = fp2.playactor_name and fp2.film_id = ? and fp.film_id != ?";