Browse Source

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

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

4
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);
} catch (Exception e) {
log.error("extractDaily exception msg:{}", e);
} finally { } finally {
lock.unlock(); distributedLock.unLock(lock);
} }
} }

Loading…
Cancel
Save