Commit 881e39f1 authored by Quxl's avatar Quxl

x

parent a8ba0fcd
......@@ -391,7 +391,8 @@ public class FilmServiceImpl implements FilmService {
+ "where "
+ "mf.id = r.film_id "
+ "and mf.id = fp.film_id "
+ "and fp.playactor_type = 'director'"
+ "and fp.playactor_type = 'director' "
+ StringUtil.join(" and ", " and ", " ", " ", where.getStringList())
+ "group by "
+ "mf.id, "
+ "mf.film_no, "
......
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