Browse Source

Merge remote-tracking branch 'remotes/origin/dev_add_closedCount_category' into dev

dev_shibei_match
jianjun 4 years ago
parent
commit
9f8104afdc
  1. 6
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/extract/toscreen/impl/ScreenExtractServiceImpl.java

6
epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/extract/toscreen/impl/ScreenExtractServiceImpl.java

@ -321,8 +321,10 @@ public class ScreenExtractServiceImpl implements ScreenExtractService {
log.error("extractDaily run exception", e); log.error("extractDaily run exception", e);
} }
log.info("===== extractDaily method end customerId:{}======",customerId); log.info("===== extractDaily method end customerId:{}======",customerId);
}finally { } catch (Exception e) {
lock.unlock(); log.error("extractDaily exception msg:{}", e);
} finally {
distributedLock.unLock(lock);
} }
} }

Loading…
Cancel
Save