|
@@ -34,6 +34,9 @@ public class OPE0630 extends QCCatalogue {
|
|
|
}
|
|
|
if (ListUtil.isNotEmpty(operationDocs)) {
|
|
|
for (OperationDoc operationDoc : operationDocs) {
|
|
|
+ if (operationDoc.getOperationRecordDoc() == null){
|
|
|
+ continue;
|
|
|
+ }
|
|
|
String operationStartDateStr = operationDoc.getOperationRecordDoc().getStructureMap().get("手术开始时间");
|
|
|
if (CatalogueUtil.isEmpty(operationStartDateStr)) {
|
|
|
continue;
|