|
@@ -36,7 +36,7 @@ public class QCCatalogue {
|
|
start(inputInfo, outputInfo);
|
|
start(inputInfo, outputInfo);
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
variablePreset("-1", "");
|
|
variablePreset("-1", "");
|
|
- log.error(e.getMessage() + "......类名:" + this.className);
|
|
|
|
|
|
+ log.error("【出错原因】" + e.getMessage() + "......类名:" + this.className);
|
|
}
|
|
}
|
|
// long t2 = System.currentTimeMillis();
|
|
// long t2 = System.currentTimeMillis();
|
|
// log.error(inputInfo.getMedicalRecordInfoDoc().getStructureMap().get("behospitalCode") + "-----" + className + "(规则) 耗时:" + (t2 - t1));
|
|
// log.error(inputInfo.getMedicalRecordInfoDoc().getStructureMap().get("behospitalCode") + "-----" + className + "(规则) 耗时:" + (t2 - t1));
|