|
@ -242,6 +242,12 @@ public class UserPointStatisticalDailyServiceImpl extends BaseServiceImpl<UserPo |
|
|
formDTO.setPageNo((formDTO.getPageNo() - NumConstant.ONE) * formDTO.getPageSize()); |
|
|
formDTO.setPageNo((formDTO.getPageNo() - NumConstant.ONE) * formDTO.getPageSize()); |
|
|
List<ResiAroundPartyPointRankResultDTO> resultDTOS = new ArrayList<>(); |
|
|
List<ResiAroundPartyPointRankResultDTO> resultDTOS = new ArrayList<>(); |
|
|
|
|
|
|
|
|
|
|
|
// 增加边界条件
|
|
|
|
|
|
if (StringUtils.isBlank(formDTO.getGridId()) || StringUtils.isBlank(formDTO.getScope()) || StringUtils.isBlank(formDTO.getType())){ |
|
|
|
|
|
log.warn("入参错误 gridId:{} ; scope:{} ; type:{} ;", formDTO.getGridId(), formDTO.getScope(), formDTO .getType()); |
|
|
|
|
|
return resultDTOS; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
List<String> gridList = new ArrayList<>(); |
|
|
List<String> gridList = new ArrayList<>(); |
|
|
// 1-1、获取参数中的网格id
|
|
|
// 1-1、获取参数中的网格id
|
|
|
if (AroundPartyConstant.GRID.equals(formDTO.getScope())){ |
|
|
if (AroundPartyConstant.GRID.equals(formDTO.getScope())){ |
|
|