法规月报导出
This commit is contained in:
+2
-2
@@ -1241,7 +1241,7 @@ public class WordUtil {
|
|||||||
setBlank(text, run, sb, itemText);
|
setBlank(text, run, sb, itemText);
|
||||||
}
|
}
|
||||||
if ("Usage".equals(fieldName)) {
|
if ("Usage".equals(fieldName)) {
|
||||||
String itemText = "Mandatory,Voluntary,if fitted";
|
String itemText = "Mandatory,Recommend,if fitted";
|
||||||
setBlank(text, run, sb, itemText);
|
setBlank(text, run, sb, itemText);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1365,7 +1365,7 @@ public class WordUtil {
|
|||||||
case "Draft":
|
case "Draft":
|
||||||
blank = " ";
|
blank = " ";
|
||||||
break;
|
break;
|
||||||
case "Public Notice":
|
case "Recommend":
|
||||||
blank = " ";
|
blank = " ";
|
||||||
break;
|
break;
|
||||||
case "Release":
|
case "Release":
|
||||||
|
|||||||
Reference in New Issue
Block a user