|
|
@ -165,7 +165,9 @@ public class ScreenExtractServiceImpl implements ScreenExtractService { |
|
|
|
} |
|
|
|
//基层治理- 难点赌点 screen_difficulty_data | screen_difficulty_img_data
|
|
|
|
try { |
|
|
|
log.info("【难点赌点数据上报开始------】 当前客户Id{}",param.getCustomerId()); |
|
|
|
screenGrassrootsGovernDataAbsorptionService.difficultyDataHub(param); |
|
|
|
log.info("【难点赌点数据上报结束------】 当前客户Id{}",param.getCustomerId()); |
|
|
|
}catch (Exception e){ |
|
|
|
log.error("基层治理-难点赌点抽取到大屏失败,customerId为:"+customerId+"dateId为:"+dateId, e); |
|
|
|
} |
|
|
|