diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/report/util/WordUtil.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/report/util/WordUtil.java index 4f07c88f9..ae1d10b2e 100644 --- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/report/util/WordUtil.java +++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/report/util/WordUtil.java @@ -1304,11 +1304,11 @@ public class WordUtil { return text; } if (text.equals("New Car Model")) { - text = "New Type "; + text = "New Type"; return text; } if (text.equals("Models In Production")) { - text = "New Vehicle "; + text = "New Vehicle"; return text; } return text; @@ -1348,7 +1348,7 @@ public class WordUtil { blank = "\r\n"; break; case "New Car Model": - blank = " "; + blank = " "; break; case "Models In Production": blank = ""; @@ -1366,7 +1366,7 @@ public class WordUtil { blank = " "; break; case "Public Notice": - blank = " "; + blank = " "; break; case "Release": blank = ""; @@ -1389,6 +1389,9 @@ public class WordUtil { case "if fitted": blank = ""; break; + case "Publicity": + blank = " "; + break; default: break; }