|
@@ -30,7 +30,7 @@ public class CON0289 extends QCCatalogue {
|
|
|
}
|
|
|
Map<String, String> structureMap = consultationRecordDoc.getStructureMap();
|
|
|
if (structureMap != null) {
|
|
|
- if (StringUtils.isEmpty(structureMap.get("签名"))) {
|
|
|
+ if (StringUtils.isEmpty(structureMap.get("签名")) || StringUtils.isEmpty(structureMap.get("记录医生"))) {
|
|
|
status.set("-1");
|
|
|
}
|
|
|
}
|