|
@@ -137,8 +137,7 @@ public abstract class DecisionHelper {
|
|
|
|
|
|
doc.add(new Paragraph(""));
|
|
doc.add(new Paragraph(""));
|
|
doc.add(new Paragraph("中央美术学院").setFontSize(fontSize).setTextAlignment(TextAlignment.RIGHT).setPaddingRight(30f));
|
|
doc.add(new Paragraph("中央美术学院").setFontSize(fontSize).setTextAlignment(TextAlignment.RIGHT).setPaddingRight(30f));
|
|
- doc.add(new Paragraph(ArtParamHelper.ArtYear + " 年 " + ArtParamHelper.getParamValue("HandleDecisionMonth", "4")
|
|
|
|
- + " 月 " + ArtParamHelper.getParamValue("HandleDecisionDay", "17") + " 日")
|
|
|
|
|
|
+ doc.add(new Paragraph(ArtParamHelper.getParamValue("HandleDecisionDay", "2025年4月17日") )
|
|
.setFontSize(fontSize).setTextAlignment(TextAlignment.RIGHT).setPaddingRight(16f));
|
|
.setFontSize(fontSize).setTextAlignment(TextAlignment.RIGHT).setPaddingRight(16f));
|
|
|
|
|
|
ItextPdfHelper.closePdf(doc);
|
|
ItextPdfHelper.closePdf(doc);
|
|
@@ -252,8 +251,7 @@ public abstract class DecisionHelper {
|
|
|
|
|
|
doc.add(new Paragraph(""));
|
|
doc.add(new Paragraph(""));
|
|
doc.add(new Paragraph("中央美术学院").setFontSize(fontSize).setTextAlignment(TextAlignment.RIGHT).setPaddingRight(30f));
|
|
doc.add(new Paragraph("中央美术学院").setFontSize(fontSize).setTextAlignment(TextAlignment.RIGHT).setPaddingRight(30f));
|
|
- doc.add(new Paragraph(ArtParamHelper.ArtYear + " 年 " + ArtParamHelper.getParamValue("HandleMonth", "4")
|
|
|
|
- + " 月 " + ArtParamHelper.getParamValue("HandleDay", "17") + " 日")
|
|
|
|
|
|
+ doc.add(new Paragraph(ArtParamHelper.getParamValue("HandleNoticeDay", "2025年4月15日"))
|
|
.setFontSize(fontSize).setTextAlignment(TextAlignment.RIGHT).setPaddingRight(16f));
|
|
.setFontSize(fontSize).setTextAlignment(TextAlignment.RIGHT).setPaddingRight(16f));
|
|
ItextPdfHelper.closePdf(doc);
|
|
ItextPdfHelper.closePdf(doc);
|
|
|
|
|