|
@@ -31,7 +31,7 @@ public class BEH0013 extends QCCatalogue {
|
|
}
|
|
}
|
|
String text = presentLabel.getText();
|
|
String text = presentLabel.getText();
|
|
if (StringUtil.isNotBlank(text)) {
|
|
if (StringUtil.isNotBlank(text)) {
|
|
- if (text.contains("无") || text.contains("否认")) {
|
|
|
|
|
|
+ if ((text.contains("无") || text.contains("否认")) && !text.contains("诱因")) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|