|
@@ -80,7 +80,7 @@ public class BEH0058 extends QCCatalogue {
|
|
|
}
|
|
|
if (StringUtil.isNotBlank(maritalText)) {
|
|
|
List<String> words = Lists.newArrayList("未婚", "未育", "未婚育", "未生育", "未生", "0子0女"
|
|
|
- , "0-0-0-0", "详见", "0-0-0-0","无子女");
|
|
|
+ , "0-0-0-0", "详见", "0-0-0-0","无子女","未孕");
|
|
|
for (String word : words) {
|
|
|
if (maritalText.contains(word)) {
|
|
|
status.set("0");
|