Commit de2db11b authored by Quxl's avatar Quxl

x

parent d2db0cdc
......@@ -565,28 +565,28 @@ public class ExportServiceImpl implements ExportService {
public void exportPublication(ServletOutputStream os, Fc_member_film film) {
Fc_member_film_ext filmExt = filmService.queryFilmExt(film.getId().intValue());
Map<String, String> vars = new HashMap<String, String>();
vars.put("1,0", film.getCn_name());
vars.put("2,0", film.getEn_name());
vars.put("3,0", filmExt.getDirector_en());
vars.put("6,0", film.getFilm_country());
vars.put("7,0", film.getCompletion_date());
vars.put("8,0", film.getFilm_total_time());
vars.put("9,0", filmExt.getFormat());
vars.put("11,0", filmExt.getScreenplay());
vars.put("13,0", filmExt.getDirector_of_photography());
vars.put("15,0", filmExt.getMusic());
vars.put("17,0", filmExt.getProduction_designer());
vars.put("19,0", filmExt.getExecutive_producer());
vars.put("21,0", filmExt.getEditor());
vars.put("23,0", filmExt.getProducer_en());
vars.put("25,0", filmExt.getCast());
vars.put("27,0", filmExt.getProduction_en());
vars.put("29,0", filmExt.getWorld_sales());
vars.put("30,0", filmExt.getResolution());
vars.put("31,0", filmExt.getAspect_ratio());
vars.put("32,0", filmExt.getSound_format());
vars.put("33,0", filmExt.getFrame_rate());
vars.put("34,0", filmExt.getKdm());
vars.put("1,1", film.getCn_name());
vars.put("2,1", film.getEn_name());
vars.put("3,1", filmExt.getDirector_en());
vars.put("6,1", film.getFilm_country());
vars.put("7,1", film.getCompletion_date());
vars.put("8,1", film.getFilm_total_time());
vars.put("9,1", filmExt.getFormat());
vars.put("11,1", filmExt.getScreenplay());
vars.put("13,1", filmExt.getDirector_of_photography());
vars.put("15,1", filmExt.getMusic());
vars.put("17,1", filmExt.getProduction_designer());
vars.put("19,1", filmExt.getExecutive_producer());
vars.put("21,1", filmExt.getEditor());
vars.put("23,1", filmExt.getProducer_en());
vars.put("25,1", filmExt.getCast());
vars.put("27,1", filmExt.getProduction_en());
vars.put("29,1", filmExt.getWorld_sales());
vars.put("30,1", filmExt.getResolution());
vars.put("31,1", filmExt.getAspect_ratio());
vars.put("32,1", filmExt.getSound_format());
vars.put("33,1", filmExt.getFrame_rate());
vars.put("34,1", filmExt.getKdm());
vars.put("6,3", filmExt.getSynopsis_cn());
vars.put("12,3", filmExt.getSynopsis_en());
......
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