法规月报
This commit is contained in:
+4
-2
@@ -634,8 +634,10 @@ public class LawsMonthlyReportWriteEOServiceImpl extends ServiceImpl<LawsMonthly
|
|||||||
String memoriesChapterContentCn = path + File.separator +"蔚来汽车法规月报-" + lawsMonthlyReportWriteEOS.get(0).getMonth()+"-CN.docx";
|
String memoriesChapterContentCn = path + File.separator +"蔚来汽车法规月报-" + lawsMonthlyReportWriteEOS.get(0).getMonth()+"-CN.docx";
|
||||||
String memoriesChapterContentEn = path + File.separator +"蔚来汽车法规月报-" + lawsMonthlyReportWriteEOS.get(0).getMonth()+"-EN.docx";
|
String memoriesChapterContentEn = path + File.separator +"蔚来汽车法规月报-" + lawsMonthlyReportWriteEOS.get(0).getMonth()+"-EN.docx";
|
||||||
// String memoriesChapterContentEn = path + File.separator +"Weilai Automobile Regulations Monthly Report-" + lawsMonthlyReportWriteEOS.get(0).getMonth()+"-EN.docx";
|
// String memoriesChapterContentEn = path + File.separator +"Weilai Automobile Regulations Monthly Report-" + lawsMonthlyReportWriteEOS.get(0).getMonth()+"-EN.docx";
|
||||||
String titleCN = "蔚来汽车法规月报" + lawsMonthlyReportWriteEOS.get(0).getMonth();
|
// String titleCN = "蔚来汽车法规月报" + lawsMonthlyReportWriteEOS.get(0);
|
||||||
String titleEN = "NIO Monthly Report on Automobile Regulations-" + lawsMonthlyReportWriteEOS.get(0).getMonth();
|
// String titleEN = "NIO Monthly Report on Automobile Regulations-" + lawsMonthlyReportWriteEOS.get(0).getMonth();
|
||||||
|
String titleCN = "蔚来汽车法规月报" + lawsMonthlyReportWriteEOS.get(0).getMonth().replace("-","");
|
||||||
|
String titleEN = "NIO Monthly Regulation Report";
|
||||||
|
|
||||||
File wordFile = new File(memoriesChapterCN);
|
File wordFile = new File(memoriesChapterCN);
|
||||||
File wordFileEn = new File(memoriesChapterEN);
|
File wordFileEn = new File(memoriesChapterEN);
|
||||||
|
|||||||
+1
-1
@@ -580,7 +580,7 @@ public class WordUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (org.apache.commons.lang3.StringUtils.isNotBlank(sb)) {
|
if (org.apache.commons.lang3.StringUtils.isNotBlank(sb)) {
|
||||||
technologyTerritoryName = sb.substring(0, sb.length());
|
technologyTerritoryName = sb.substring(0, sb.length()-1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//适用车型中文名
|
//适用车型中文名
|
||||||
|
|||||||
Reference in New Issue
Block a user