|
|
@ -377,7 +377,9 @@ public class ProjectServiceImpl implements ProjectService { |
|
|
|
//多客户测试写死值,别忘了注释掉呀
|
|
|
|
// formDTO.setCustomerId("613cc61a6b8ce4c70d21bd413dac72cc");
|
|
|
|
// formDTO.setAgencyId("30705f91f1295ae77d372b868596a5e7");
|
|
|
|
Result<List<String>> crmRes = operCrmOpenFeignClient.getAllSubCustomerIds(formDTO.getCustomerId()); |
|
|
|
|
|
|
|
//06.24决定areaCode让前端传入, 前端从前端从/data/report/screen/agency/agencydetail这取值取值
|
|
|
|
/*Result<List<String>> crmRes = operCrmOpenFeignClient.getAllSubCustomerIds(formDTO.getCustomerId()); |
|
|
|
if (crmRes.success() && CollectionUtils.isNotEmpty(crmRes.getData())) { |
|
|
|
log.warn("❤当前客户存在子客户❤"); |
|
|
|
//2、查询组织信息
|
|
|
@ -385,8 +387,8 @@ public class ProjectServiceImpl implements ProjectService { |
|
|
|
if (!agencyResult.success() || null == agencyResult.getData()) { |
|
|
|
throw new RenException(String.format("查询组织信息异常,agencyId:%s", formDTO.getAgencyId())); |
|
|
|
} |
|
|
|
formDTO.setAgencyAreaCode(agencyResult.getData().getAreaCode()); |
|
|
|
} |
|
|
|
formDTO.setAreaCode(agencyResult.getData().getAreaCode()); |
|
|
|
}*/ |
|
|
|
// 3、升级原来的列表查询接口
|
|
|
|
PageHelper.startPage(null == formDTO.getPageNo() ? NumConstant.ONE : formDTO.getPageNo(), formDTO.getTopNum()); |
|
|
|
List<ProjectDifficultRankResultDTO> result = projectDao.difficultyRankV2(formDTO); |
|
|
|