|
|
@ -24,14 +24,12 @@ import com.epmet.dto.form.*; |
|
|
|
import com.epmet.dto.result.CustomerGridForStrangerResultDTO; |
|
|
|
import com.epmet.dto.result.HomeDesignByCustomerResultDTO; |
|
|
|
import com.epmet.dto.result.PublicCustomerGridForStrangerResultDTO; |
|
|
|
import com.epmet.dto.result.PublicCustomerResultDTO; |
|
|
|
import com.epmet.entity.StrangerAccessRecordEntity; |
|
|
|
import com.epmet.feign.EpmetUserFeignClient; |
|
|
|
import com.epmet.feign.GovOrgFeignClient; |
|
|
|
import com.epmet.feign.OperCustomizeFeignClient; |
|
|
|
import com.epmet.service.StrangerAccessRecordService; |
|
|
|
import com.epmet.utils.ModuleConstant; |
|
|
|
import com.github.pagehelper.PageHelper; |
|
|
|
import org.apache.commons.lang3.StringUtils; |
|
|
|
import org.slf4j.Logger; |
|
|
|
import org.slf4j.LoggerFactory; |
|
|
@ -267,8 +265,8 @@ public class StrangerAccessRecordServiceImpl extends BaseServiceImpl<StrangerAcc |
|
|
|
formDTO.getSelectedAreaCode() : formDTO.getAreaCode()); |
|
|
|
//分页参数设置
|
|
|
|
third.setPageNo(null == formDTO.getPageNo() ? ModuleConstant.MIN_CURRENT_PAGE_NO : formDTO.getPageNo()); |
|
|
|
//third.setPageSize(formDTO.getPageSize());
|
|
|
|
third.setPageSize(200); |
|
|
|
third.setPageSize(formDTO.getPageSize()); |
|
|
|
// third.setPageSize(200);
|
|
|
|
|
|
|
|
//2.调用gov-org服务,查询客户网格列表数据
|
|
|
|
Result<List<PublicCustomerGridForStrangerResultDTO>> queryResult = govOrgFeignClient.queryCustomerGridList(third); |
|
|
|