From 9a1e45e293d7114d7e813031d9f4cb2f043de970 Mon Sep 17 00:00:00 2001 From: jianjun Date: Tue, 28 Dec 2021 15:35:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../extract/todata/impl/FactOriginExtractServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/extract/todata/impl/FactOriginExtractServiceImpl.java b/epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/extract/todata/impl/FactOriginExtractServiceImpl.java index f35bfe05ff..3dee411e2a 100644 --- a/epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/extract/todata/impl/FactOriginExtractServiceImpl.java +++ b/epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/extract/todata/impl/FactOriginExtractServiceImpl.java @@ -320,13 +320,13 @@ public class FactOriginExtractServiceImpl implements FactOriginExtractService { try { future.get(); } catch (Exception e) { - log.error("submitProjectRelationData exception:{}",e); + log.error("submitProjectRelationData exception",e); } try { countDownLatch.await(); log.info("extractAll submitJob execute end,param:{}",JSON.toJSONString(param)); } catch (InterruptedException e) { - log.error("extractAll daily InterruptedException:{}", e); + log.error("extractAll daily InterruptedException", e); } }