Stringsql0="select f.* from fc_member_film f, fc_member_film f2 where f.apply_state = 2 and f.en_name = f2.en_name or f.cn_name = f2.ch_name and f2.id = ? and f.id != ?";
Stringsql0="select f.* from fc_member_film f, fc_member_film f2 where f.apply_state = 2 and (f.en_name = f2.en_name or f.cn_name = f2.cn_name) and f2.id = ? and f.id != ?";
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 != ?";
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 != ?";