法规月报导出

This commit is contained in:
zhn
2023-09-01 15:10:57 +08:00
parent 79e4810ef8
commit c8d739d636
@@ -1241,7 +1241,7 @@ public class WordUtil {
setBlank(text, run, sb, itemText);
}
if ("Usage".equals(fieldName)) {
String itemText = "Mandatory,Voluntary,if fitted";
String itemText = "Mandatory,Recommend,if fitted";
setBlank(text, run, sb, itemText);
}
}
@@ -1365,7 +1365,7 @@ public class WordUtil {
case "Draft":
blank = " ";
break;
case "Public Notice":
case "Recommend":
blank = " ";
break;
case "Release":