|
|
@ -146,7 +146,7 @@ public class ScreenExtractServiceImpl implements ScreenExtractService { |
|
|
|
}catch (Exception e){ |
|
|
|
log.error("先锋模范【extractExceptCommunityPioneerData】抽取到大屏失败,customerId为:"+customerId+"dateId为:"+dateId, e); |
|
|
|
} |
|
|
|
//公众参与排行(注册人数、参与人数、话题数、议题数、项目数)screen_public_parti_total_data
|
|
|
|
//公众参与排行(注册人数、参与人数、话题数、议题数、项目数)screen_public_party_total_data
|
|
|
|
try { |
|
|
|
publicPartiTotalDataExtractService.extractPublicPartiTotalData(customerId,dateId); |
|
|
|
}catch (Exception e){ |
|
|
@ -156,9 +156,17 @@ public class ScreenExtractServiceImpl implements ScreenExtractService { |
|
|
|
ScreenCentralZoneDataFormDTO param = new ScreenCentralZoneDataFormDTO(); |
|
|
|
param.setCustomerId(customerId);param.setDateId(dateId); |
|
|
|
//中央区 screen_user_total_data
|
|
|
|
try { |
|
|
|
screenCentralZoneDataAbsorptionService.centralZoneDataHub(param); |
|
|
|
}catch (Exception e){ |
|
|
|
log.error("中央区抽取到大屏失败,customerId为:"+customerId+"dateId为:"+dateId, e); |
|
|
|
} |
|
|
|
//基层治理- 难点赌点 screen_difficulty_data | screen_difficulty_img_data
|
|
|
|
try { |
|
|
|
screenGrassrootsGovernDataAbsorptionService.difficultyDataHub(param); |
|
|
|
}catch (Exception e){ |
|
|
|
log.error("基层治理-难点赌点抽取到大屏失败,customerId为:"+customerId+"dateId为:"+dateId, e); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|