|
|
@ -197,12 +197,13 @@ public class ScreenExtractServiceImpl implements ScreenExtractService { |
|
|
|
}catch (Exception e){ |
|
|
|
log.error("项目(事件)分析按组织_按天统计失败,customerId为:"+customerId+"dateId为:"+dateId, e); |
|
|
|
} |
|
|
|
try{ |
|
|
|
//项目分类打标签未上线,暂时屏蔽
|
|
|
|
/*try{ |
|
|
|
//大屏项目数据抽取_按天抽取
|
|
|
|
screenProjectSettleService.extractScreenData(param); |
|
|
|
}catch (Exception e){ |
|
|
|
log.error("大屏项目数据抽取_按天抽取_按天统计失败,customerId为:"+customerId+"dateId为:"+dateId, e); |
|
|
|
} |
|
|
|
}*/ |
|
|
|
log.info("===== extractDaily method end ======"); |
|
|
|
} |
|
|
|
|
|
|
|