Commit f0ad4c70 authored by Quxl's avatar Quxl

x

parent fee5bbc9
......@@ -79,7 +79,7 @@ public class FilmGroupServiceImpl implements FilmGroupService {
+ "t.*, "
+ "r.review_state, "
+ "r.review_round, "
+ "(select group_concat(t.playactor_name) from fc_member_film_playactor fp where fp.film_id = t.id and fp.playactor_type = 'director') director_name "
+ "(select group_concat(fp.playactor_name) from fc_member_film_playactor fp where fp.film_id = t.id and fp.playactor_type = 'director') director_name "
+ "from "
+ "" + table + " t left join fc_review r on r.film_id = t.id";
......
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