|
@@ -31,7 +31,7 @@ public class OPE0348 extends QCCatalogue {
|
|
|
|
|
|
count_title = operationDocs.stream().map(i -> i.getPreoperativeDiscussionDoc()).filter(
|
|
|
i -> i != null && StringUtil.isNotBlank(i.getStructureMap().get("标题")) && i.getStructureMap().get("标题").contains("手术知情同意书")).count();
|
|
|
- if(count_oper>0 && count_info ==0){
|
|
|
+ if(count_oper>0 && (count_info ==0 || count_title == 0)){
|
|
|
status.set("-1");
|
|
|
}
|
|
|
}
|