|
@ -2,8 +2,6 @@ package com.elink.esua.epdc.task.screen; |
|
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject; |
|
|
import com.alibaba.fastjson.JSONObject; |
|
|
import com.elink.esua.epdc.dto.ScreenJobBasicDataParamDTO; |
|
|
import com.elink.esua.epdc.dto.ScreenJobBasicDataParamDTO; |
|
|
import com.elink.esua.epdc.dto.ScreenJobMonthDataParamDTO; |
|
|
|
|
|
import com.elink.esua.epdc.dto.screen.form.ScreenJobFormDTO; |
|
|
|
|
|
import com.elink.esua.epdc.feign.AnalysisFeignClient; |
|
|
import com.elink.esua.epdc.feign.AnalysisFeignClient; |
|
|
import org.apache.commons.lang3.StringUtils; |
|
|
import org.apache.commons.lang3.StringUtils; |
|
|
import org.slf4j.Logger; |
|
|
import org.slf4j.Logger; |
|
@ -17,7 +15,7 @@ import java.util.concurrent.Executors; |
|
|
import java.util.concurrent.Future; |
|
|
import java.util.concurrent.Future; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 大屏公共信息统计上报 月 |
|
|
* 大屏公共信息统计上报 |
|
|
* |
|
|
* |
|
|
* @Author:liuchuang |
|
|
* @Author:liuchuang |
|
|
* @Date:2020/9/17 13:56 |
|
|
* @Date:2020/9/17 13:56 |
|
@ -25,8 +23,6 @@ import java.util.concurrent.Future; |
|
|
@Component("screenPublicDataPushTask") |
|
|
@Component("screenPublicDataPushTask") |
|
|
public class ScreenPublicDataPushTaskImpl implements ScreenPublicDataPushTask { |
|
|
public class ScreenPublicDataPushTaskImpl implements ScreenPublicDataPushTask { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private final Logger logger = LoggerFactory.getLogger(getClass()); |
|
|
private final Logger logger = LoggerFactory.getLogger(getClass()); |
|
|
|
|
|
|
|
|
private static final ExecutorService service = Executors.newFixedThreadPool(100); |
|
|
private static final ExecutorService service = Executors.newFixedThreadPool(100); |
|
|