|
@@ -1010,7 +1010,7 @@ public class ZhcxCommissionCheckServiceImpl extends ServiceImpl<ZhcxCommissionCh
|
|
|
if (res.getLevel() == 2) {
|
|
|
buildTitleContent(builder, DEFAULT_FONT_NAME, StyleIdentifier.HEADING_3, 14, true, res.getChapterno() + "." + res.getTitleContent(), null);
|
|
|
} else {
|
|
|
- buildTitleContent(builder, DEFAULT_FONT_NAME, StyleIdentifier.HEADING_4, 12, true, res.getChapterno() + "." + res.getTitleContent(), null);
|
|
|
+ buildTitleContent(builder, DEFAULT_FONT_NAME, StyleIdentifier.HEADING_3, 12, true, res.getChapterno() + "." + res.getTitleContent(), null);
|
|
|
}
|
|
|
}
|
|
|
//摘要及图片
|