Commit d92a28ec authored by Quxl's avatar Quxl

x

parent 013fb11f
......@@ -439,7 +439,6 @@ public class FilmServiceImpl implements FilmService {
+ "fc_member_film mf, fc_review r, fc_member_film_playactor fp "
+ "where "
+ "mf.id = r.film_id "
+ "and r.film_id = fp.film_id"
+ "and mf.id = fp.film_id "
+ "and fp.playactor_type = 'director' "
+ StringUtil.join(" and ", " and ", " ", " ", where.getStringList())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment