法规月报导出

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;
}
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;
}