Browse Source

微调

dev_shibei_match
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 {
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);
}
}

Loading…
Cancel
Save