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