法规月报导出

This commit is contained in:
zhn
2022-12-30 18:10:16 +08:00
parent cae323e674
commit de33009941
@@ -1304,11 +1304,11 @@ public class WordUtil {
return text; return text;
} }
if (text.equals("New Car Model")) { if (text.equals("New Car Model")) {
text = "New Type "; text = "New Type";
return text; return text;
} }
if (text.equals("Models In Production")) { if (text.equals("Models In Production")) {
text = "New Vehicle "; text = "New Vehicle";
return text; return text;
} }
return text; return text;
@@ -1348,7 +1348,7 @@ public class WordUtil {
blank = "\r\n"; blank = "\r\n";
break; break;
case "New Car Model": case "New Car Model":
blank = " "; blank = " ";
break; break;
case "Models In Production": case "Models In Production":
blank = ""; blank = "";
@@ -1366,7 +1366,7 @@ public class WordUtil {
blank = " "; blank = " ";
break; break;
case "Public Notice": case "Public Notice":
blank = " "; blank = " ";
break; break;
case "Release": case "Release":
blank = ""; blank = "";
@@ -1389,6 +1389,9 @@ public class WordUtil {
case "if fitted": case "if fitted":
blank = ""; blank = "";
break; break;
case "Publicity":
blank = " ";
break;
default: default:
break; break;
} }