@@ -155,7 +155,8 @@ public class ExportServiceImpl implements ExportService {
...
@@ -155,7 +155,8 @@ public class ExportServiceImpl implements ExportService {
Integerreview_round,
Integerreview_round,
Integerreview_state,
Integerreview_state,
Integerallot_atate,
Integerallot_atate,
Integeropt_state){
Integeropt_state,
Integer[]film_group_id){
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";
Stringsql1="select group_concat(fi.issuer_company) text, fi.film_id from fc_member_film_issuer fi group by fi.film_id";
Stringsql1="select group_concat(fi.issuer_company) text, fi.film_id from fc_member_film_issuer fi group by fi.film_id";
Stringsql2="select group_concat(fs.show_filmfest) text, fs.film_id from fc_member_film_show fs group by fs.film_id";
Stringsql2="select group_concat(fs.show_filmfest) text, fs.film_id from fc_member_film_show fs group by fs.film_id";
...
@@ -173,6 +174,7 @@ public class ExportServiceImpl implements ExportService {
...
@@ -173,6 +174,7 @@ public class ExportServiceImpl implements ExportService {