Commit d7c7aeeb authored by Quxl's avatar Quxl

x

parent 01183915
......@@ -389,7 +389,7 @@ public class FilmServiceImpl implements FilmService {
+ "from "
+ "fc_member_film mf, fc_member_film_playactor fp "
+ "where "
+ "and mf.id = fp.film_id "
+ "mf.id = fp.film_id "
+ "and fp.playactor_type = 'director' "
+ StringUtil.join(" and ", " and ", " ", " ", where.getStringList())
+ "group by "
......
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