@@ -48,6 +48,10 @@ public class LEA0149 extends QCCatalogue {
return;
}
+ if(StringUtil.isNotBlank(bhThings)&&bhThings.indexOf(bhChief)>-1){
+ status.set("0");
+ return;
+ }
Pattern compile = Pattern.compile("(?<=2.).*(?=3.体格检查)");
Matcher matcher = compile.matcher(bhThings);
while (matcher.find()) {