@@ -128,9 +128,9 @@ public class FilmGroupServiceImpl implements FilmGroupService {
.eq("t.play_shanghai",play_shanghai)
.eq("t.is_important",is_important)
.eq("t.film_country",film_country)
.lk("t.keywords",keyword)
.eq("r.review_state",review_state)
.eq("r.review_round",review_round)
.lk("t.keywords",keyword);
;
Stringtable="fc_member_film";
...
...
@@ -144,7 +144,7 @@ public class FilmGroupServiceImpl implements FilmGroupService {
+"r.review_round, "
+"r.opt_state "
+"from "
+""+table+" t, fc_review r where r.film_id = t.id and r.opt_state = 3 and r.review_state != 2 and t.not_invite = 1) "+StringUtil.join(" and "," and ","","",wehre.getStringList());
+""+table+" t, fc_review r where r.film_id = t.id and r.opt_state = 3 and r.review_state != 2 and t.not_invite = 1 "+StringUtil.join(" and "," and ","","",wehre.getStringList());