|
@@ -55,7 +55,7 @@ public class BEH0376 extends QCCatalogue {
|
|
|
}
|
|
|
String maritalText = maritalLabel.getText();
|
|
|
if (StringUtil.isNotBlank(maritalText)) {
|
|
|
- List<String> words = Lists.newArrayList("未婚", "未育", "未婚育", "未生育", "未生", "0子0女", "详见原病历", "无子女", "体健");
|
|
|
+ List<String> words = Lists.newArrayList("未婚", "未育", "未婚育", "未生育", "未生", "0子0女", "详见原病历", "无子女", "体健","0个");
|
|
|
for (String word : words) {
|
|
|
if (maritalText.contains(word)) {
|
|
|
status.set("0");
|