|
@@ -67,7 +67,7 @@ public class ProvidersTemplate {
|
|
|
levelMap.put("text", level);
|
|
|
levelMap.put("font", new Font("方正粗黑宋简体", Font.BOLD, 40));
|
|
|
if (4 == levelNum) {
|
|
|
- levelMap.put("x", 729);
|
|
|
+ levelMap.put("x", 705);
|
|
|
levelMap.put("y", 722);
|
|
|
} else {
|
|
|
levelMap.put("x", 943);
|
|
@@ -81,7 +81,7 @@ public class ProvidersTemplate {
|
|
|
startDateMap.put("type", 2);
|
|
|
if (4 == levelNum) {
|
|
|
startDateMap.put("font", new Font("思源黑体", Font.PLAIN, 36));
|
|
|
- startDateMap.put("text", DateUtil.setDate(startDate, "yyyy MM dd"));
|
|
|
+ startDateMap.put("text", DateUtil.setDate(startDate, "yyyy MM dd"));
|
|
|
startDateMap.put("x", 725);
|
|
|
startDateMap.put("y", 875);
|
|
|
} else {
|
|
@@ -98,7 +98,7 @@ public class ProvidersTemplate {
|
|
|
endDateMap.put("type", 2);
|
|
|
if (4 == levelNum) {
|
|
|
endDateMap.put("font", new Font("思源黑体", Font.PLAIN, 36));
|
|
|
- endDateMap.put("text", DateUtil.setDate(endDate, "yyyy MM dd"));
|
|
|
+ endDateMap.put("text", DateUtil.setDate(endDate, "yyyy MM dd"));
|
|
|
endDateMap.put("x", 1055);
|
|
|
endDateMap.put("y", 875);
|
|
|
} else {
|