Stringsql0="select group_concat(fp.playactor_name) text, fp.film_id, fp.playactor_type from fc_member_film_playactor fp group by fp.film_id, fp.playactor_type";
Stringsql0="select group_concat(fp.playactor_name) text, fp.film_id, fp.playactor_type from fc_member_film_playactor fp group by fp.film_id, fp.playactor_type";
...
@@ -50,7 +59,7 @@ public class ExportServiceImpl implements ExportService {
...
@@ -50,7 +59,7 @@ public class ExportServiceImpl implements ExportService {