|
|
@ -170,7 +170,9 @@ public class ScreenExtractServiceImpl implements ScreenExtractService { |
|
|
|
log.error("公众参与排行抽取到大屏失败,customerId为:"+customerId+"dateId为:"+dateId, e); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
ScreenCentralZoneDataFormDTO param = new ScreenCentralZoneDataFormDTO(); |
|
|
|
param.setCustomerId(customerId); |
|
|
|
param.setDateId(dateId); |
|
|
|
//中央区 screen_user_total_data
|
|
|
|
try { |
|
|
|
screenCentralZoneDataAbsorptionService.centralZoneDataHub(param); |
|
|
@ -182,10 +184,10 @@ public class ScreenExtractServiceImpl implements ScreenExtractService { |
|
|
|
log.info("【难点赌点数据上报开始------】 当前客户Id{}",param.getCustomerId()); |
|
|
|
//screenGrassrootsGovernDataAbsorptionService.difficultyDataHub(param);
|
|
|
|
|
|
|
|
ScreenCentralZoneDataFormDTO param = new ScreenCentralZoneDataFormDTO(); |
|
|
|
param.setCustomerId(customerId); |
|
|
|
param.setDateId(null); |
|
|
|
screenGrassrootsGovernDataAbsorptionService.difficultyDataExtract(param); |
|
|
|
ScreenCentralZoneDataFormDTO param2 = new ScreenCentralZoneDataFormDTO(); |
|
|
|
param2.setCustomerId(customerId); |
|
|
|
param2.setDateId(null); |
|
|
|
screenGrassrootsGovernDataAbsorptionService.difficultyDataExtract(param2); |
|
|
|
log.info("【难点赌点数据上报结束------】 当前客户Id{}",param.getCustomerId()); |
|
|
|
}catch (Exception e){ |
|
|
|
log.error("基层治理-难点赌点抽取到大屏失败,customerId为:"+customerId+"dateId为:"+dateId, e); |
|
|
@ -204,9 +206,6 @@ public class ScreenExtractServiceImpl implements ScreenExtractService { |
|
|
|
} |
|
|
|
//项目分类打标签未上线,暂时屏蔽
|
|
|
|
try{ |
|
|
|
ScreenCentralZoneDataFormDTO param = new ScreenCentralZoneDataFormDTO(); |
|
|
|
param.setCustomerId(customerId); |
|
|
|
param.setDateId(dateId); |
|
|
|
//大屏项目数据抽取_按天抽取
|
|
|
|
screenProjectSettleService.extractScreenData(param); |
|
|
|
}catch (Exception e){ |
|
|
|