Browse Source

微调

master
jianjun 4 years ago
parent
commit
9a1e45e293
  1. 4
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/extract/todata/impl/FactOriginExtractServiceImpl.java

4
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 { try {
future.get(); future.get();
} catch (Exception e) { } catch (Exception e) {
log.error("submitProjectRelationData exception:{}",e); log.error("submitProjectRelationData exception",e);
} }
try { try {
countDownLatch.await(); countDownLatch.await();
log.info("extractAll submitJob execute end,param:{}",JSON.toJSONString(param)); log.info("extractAll submitJob execute end,param:{}",JSON.toJSONString(param));
} catch (InterruptedException e) { } catch (InterruptedException e) {
log.error("extractAll daily InterruptedException:{}", e); log.error("extractAll daily InterruptedException", e);
} }
} }

Loading…
Cancel
Save