|
@@ -101,11 +101,11 @@ public class THR02900 extends QCCatalogue {
|
|
|
}
|
|
|
}
|
|
|
//查房标题中有主刀
|
|
|
- if (allTitle.contains("主刀") || allTitle.contains("术后第一天")) {
|
|
|
+ if (allTitle.contains("主刀") || allTitle.contains("术后第一天") || allTitle.contains("术后第1天")) {
|
|
|
return;
|
|
|
}
|
|
|
//病情记录对比
|
|
|
- if ((StringUtil.isNotBlank(chiefSurgeon) && allPathography.contains(chiefSurgeon)) ||
|
|
|
+ if ((StringUtil.isNotBlank(chiefSurgeon) && allPathography.contains(chiefSurgeon)) || allPathography.contains("术后第一天") || allPathography.contains("术后第1天") ||
|
|
|
(StringUtil.isNotBlank(firstAssistant) && allPathography.contains(firstAssistant))) {
|
|
|
return;
|
|
|
}
|