Commit c2432067 authored by Quxl's avatar Quxl

x

parent 846eb32e
......@@ -609,6 +609,8 @@ public class ExportServiceImpl implements ExportService {
stringVars.put("12,3", filmExt.getSynopsis_en());
stringVars.put("20,5", filmExt.getDirector_biography_cn());
stringVars.put("24,5", filmExt.getDirector_biography_en());
stringVars.put("19,5", filmExt.getDirector_cn());
stringVars.put("23,5", filmExt.getDirector_en());
for(String key : stringVars.keySet()) {
String value = stringVars.get(key);
value = value == null ? "" : value;
......
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