|
@@ -20,6 +20,11 @@ public class BEH0052 extends QCCatalogue {
|
|
|
status.set("0");
|
|
|
return;
|
|
|
}
|
|
|
+ if(inputInfo.getBeHospitalizedDoc().getStructureMap().get("婚姻") != null
|
|
|
+ && inputInfo.getBeHospitalizedDoc().getStructureMap().get("婚姻").contains("未婚")){
|
|
|
+ status.set("0");
|
|
|
+ return;
|
|
|
+ }
|
|
|
if (inputInfo.getBeHospitalizedDoc().getMaritalLabel() == null
|
|
|
|| StringUtil.isNotBlank(inputInfo.getBeHospitalizedDoc().getMaritalLabel().getText())) {
|
|
|
status.set("0");
|