|
|
@ -1,13 +1,10 @@ |
|
|
|
package com.epmet.datareport.service.screen.impl; |
|
|
|
|
|
|
|
import com.epmet.commons.tools.constant.NumConstant; |
|
|
|
import com.epmet.datareport.dao.screen.ScreenCustomerAgencyDao; |
|
|
|
import com.epmet.datareport.dao.screen.ScreenPartyLinkMassesDataDao; |
|
|
|
import com.epmet.datareport.service.screen.PartyMemberLeadService; |
|
|
|
import com.epmet.screen.dto.form.ContactMassLineChartFormDTO; |
|
|
|
import com.epmet.screen.dto.form.FineExampleFormDTO; |
|
|
|
import com.epmet.screen.constant.*; |
|
|
|
import com.epmet.screen.dto.result.CompartmentResultDTO; |
|
|
|
import com.epmet.screen.dto.result.ContactMassLineChartResult; |
|
|
|
import com.epmet.screen.dto.result.ContactMassLineChartResultDTO; |
|
|
|
import com.epmet.screen.dto.result.FineExampleResultDTO; |
|
|
@ -16,7 +13,6 @@ import org.springframework.stereotype.Service; |
|
|
|
|
|
|
|
import java.util.ArrayList; |
|
|
|
import java.util.List; |
|
|
|
import java.util.Map; |
|
|
|
|
|
|
|
/** |
|
|
|
* 党建引领相关各指标查询 |
|
|
|