|
@ -5,7 +5,7 @@ import com.epmet.commons.tools.utils.DateUtils; |
|
|
import com.epmet.dto.extract.form.ExtractFormDTO; |
|
|
import com.epmet.dto.extract.form.ExtractFormDTO; |
|
|
import com.epmet.service.evaluationindex.extract.toscreen.PartyBaseInfoService; |
|
|
import com.epmet.service.evaluationindex.extract.toscreen.PartyBaseInfoService; |
|
|
import com.epmet.service.evaluationindex.extract.toscreen.PioneerDataExtractService; |
|
|
import com.epmet.service.evaluationindex.extract.toscreen.PioneerDataExtractService; |
|
|
import com.epmet.service.evaluationindex.extract.toscreen.ScreenExtractDailyService; |
|
|
import com.epmet.service.evaluationindex.extract.toscreen.ScreenExtractService; |
|
|
import com.epmet.service.stats.DimCustomerService; |
|
|
import com.epmet.service.stats.DimCustomerService; |
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
import org.apache.commons.lang3.StringUtils; |
|
|
import org.apache.commons.lang3.StringUtils; |
|
@ -23,7 +23,7 @@ import java.util.List; |
|
|
*/ |
|
|
*/ |
|
|
@Service |
|
|
@Service |
|
|
@Slf4j |
|
|
@Slf4j |
|
|
public class ScreenExtractDailyServiceImpl implements ScreenExtractDailyService { |
|
|
public class ScreenExtractServiceImpl implements ScreenExtractService { |
|
|
|
|
|
|
|
|
@Autowired |
|
|
@Autowired |
|
|
private DimCustomerService dimCustomerService; |
|
|
private DimCustomerService dimCustomerService; |
|
@ -39,7 +39,7 @@ public class ScreenExtractDailyServiceImpl implements ScreenExtractDailyService |
|
|
* @date 2020/9/24 10:15 上午 |
|
|
* @date 2020/9/24 10:15 上午 |
|
|
*/ |
|
|
*/ |
|
|
@Override |
|
|
@Override |
|
|
public void extractAll(ExtractFormDTO extractFormDTO) { |
|
|
public void extractDailyAll(ExtractFormDTO extractFormDTO) { |
|
|
List<String> customerIds = new ArrayList<>(); |
|
|
List<String> customerIds = new ArrayList<>(); |
|
|
if (StringUtils.isNotBlank(extractFormDTO.getCustomerId())){ |
|
|
if (StringUtils.isNotBlank(extractFormDTO.getCustomerId())){ |
|
|
customerIds.add(extractFormDTO.getCustomerId()); |
|
|
customerIds.add(extractFormDTO.getCustomerId()); |