|
|
@ -389,6 +389,10 @@ public class ProjectServiceImpl implements ProjectService { |
|
|
|
} |
|
|
|
formDTO.setAreaCode(agencyResult.getData().getAreaCode()); |
|
|
|
}*/ |
|
|
|
// 只有平阴根据areaCode查询,其余的还是按照agencyId查询
|
|
|
|
if (StringUtils.isNotBlank(formDTO.getAreaCode()) && !"370124".equals(formDTO.getAreaCode())) { |
|
|
|
formDTO.setAreaCode(StrConstant.EPMETY_STR); |
|
|
|
} |
|
|
|
// 3、升级原来的列表查询接口
|
|
|
|
PageHelper.startPage(null == formDTO.getPageNo() ? NumConstant.ONE : formDTO.getPageNo(), formDTO.getTopNum()); |
|
|
|
List<ProjectDifficultRankResultDTO> result = projectDao.difficultyRankV2(formDTO); |
|
|
|