|
@@ -47,6 +47,7 @@ public class QCAnalysis {
|
|
|
try {
|
|
|
aiAnalyze.aiProcess(inputInfo);
|
|
|
} catch (Exception e) {
|
|
|
+ log.error(e.getMessage(), e);
|
|
|
System.out.println("出错病历号:" + inputInfo.getMedicalRecordInfoDoc().getStructureMap().get("behospitalCode"));
|
|
|
throw new AIException("AI模型执行错误:" + e.getMessage());
|
|
|
}
|