@@ -560,39 +560,35 @@ public class FilmServiceImpl implements FilmService {
+"fc_member_film f2 "
+"where "
+"(f.apply_state = 2) "
// + "(f.apply_state = 2 or f.apply_state = 3) "
+"and (f.en_name = f2.en_name and f.cn_name = f2.cn_name) "
+"and (((f.en_name = f2.en_name or (f.en_name is null and f2.en_name is null)) and (f.cn_name = f2.cn_name or (f.cn_name is null and f2.cn_name is null))) "
if(count>0&&count==jdbcTemplate.queryForInt("select count(fp.id) from fc_member_film_playactor fp where fp.playactor_type = 'director' and fp.film_id = ?",filmId)){
Fc_member_filmfilm=list.get(0);
Longpasstime=film.getPass_time();
if(passtime==null){
passtime=film.getLast_modify_time();
Stringsql="select playactor_name from fc_member_film_playactor where playactor_type = 'director' and film_id = ?";