法规月报导出
This commit is contained in:
+2
-2
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user