|
@@ -23,7 +23,7 @@ public class QCCatalogue {
|
|
protected ThreadLocal<String> info = new ThreadLocal<String>();
|
|
protected ThreadLocal<String> info = new ThreadLocal<String>();
|
|
|
|
|
|
public void execute(InputInfo inputInfo, OutputInfo outputInfo) {
|
|
public void execute(InputInfo inputInfo, OutputInfo outputInfo) {
|
|
- long t1 = System.currentTimeMillis();
|
|
|
|
|
|
+// long t1 = System.currentTimeMillis();
|
|
if (outputInfo.getResult().get(className) != null) {
|
|
if (outputInfo.getResult().get(className) != null) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
@@ -38,8 +38,8 @@ public class QCCatalogue {
|
|
variablePreset("-1", "");
|
|
variablePreset("-1", "");
|
|
log.error(e.getMessage() + "......类名:" + this.className);
|
|
log.error(e.getMessage() + "......类名:" + this.className);
|
|
}
|
|
}
|
|
- long t2 = System.currentTimeMillis();
|
|
|
|
- log.error(inputInfo.getMedicalRecordInfoDoc().getStructureMap().get("behospitalCode") + "-----" + className + "(规则) 耗时:" + (t2 - t1));
|
|
|
|
|
|
+// long t2 = System.currentTimeMillis();
|
|
|
|
+// log.error(inputInfo.getMedicalRecordInfoDoc().getStructureMap().get("behospitalCode") + "-----" + className + "(规则) 耗时:" + (t2 - t1));
|
|
insertOpt(outputInfo);
|
|
insertOpt(outputInfo);
|
|
}
|
|
}
|
|
|
|
|