From de33009941e8a183bae73761fc3e8959ffd0a0b6 Mon Sep 17 00:00:00 2001 From: zhn <947514737@qq.com> Date: Fri, 30 Dec 2022 18:10:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=95=E8=A7=84=E6=9C=88=E6=8A=A5=E5=AF=BC?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/jero/modules/report/util/WordUtil.java | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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; }