@@ -121,7 +121,7 @@ public class FilmGroupServiceImpl implements FilmGroupService {
...
@@ -121,7 +121,7 @@ public class FilmGroupServiceImpl implements FilmGroupService {
+"r.review_round, "
+"r.review_round, "
+"r.opt_state "
+"r.opt_state "
+"from "
+"from "
+""+table+" t left join fc_film_group fg on fg.id = t.group_id, fc_review r where r.film_id = t.id and r.opt_state = 3 and r.review_state != 2 and t.film_group_id is not null and t.film_group_id != 0 and (t.not_invite is null or t.not_invite = 0) "+StringUtil.join(" and "," and ","","",wehre.getStringList());
+""+table+" t left join fc_film_group fg on fg.id = t.film_group_id, fc_review r where r.film_id = t.id and r.opt_state = 3 and r.review_state != 2 and t.film_group_id is not null and t.film_group_id != 0 and (t.not_invite is null or t.not_invite = 0) "+StringUtil.join(" and "," and ","","",wehre.getStringList());