|
@@ -62,7 +62,10 @@ public class BEH0491 extends QCCatalogue {
|
|
if (prefixText.contains("院")) {
|
|
if (prefixText.contains("院")) {
|
|
findPlace = true;
|
|
findPlace = true;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ //内容硬匹配
|
|
|
|
+ if (prefixText.contains("缺") || prefixText.contains("未查")) {
|
|
|
|
+ findPlace = true;
|
|
|
|
+ }
|
|
if (findTime || findPlace) {
|
|
if (findTime || findPlace) {
|
|
status.set("0");
|
|
status.set("0");
|
|
}
|
|
}
|