|
@ -198,7 +198,7 @@ public class IndexCalculateStreetServiceImpl implements IndexCalculateStreetServ |
|
|
List<IndexGroupDetailEntity> detailListByParentCode = indexGroupDetailService.getDetailListByParentCode(customerId, IndexCodeEnum.JIE_DAO_XIANG_GUAN.getCode(), IndexCodeEnum.DANG_JIAN_NENG_LI.getCode()); |
|
|
List<IndexGroupDetailEntity> detailListByParentCode = indexGroupDetailService.getDetailListByParentCode(customerId, IndexCodeEnum.JIE_DAO_XIANG_GUAN.getCode(), IndexCodeEnum.DANG_JIAN_NENG_LI.getCode()); |
|
|
if (CollectionUtils.isEmpty(detailListByParentCode)) { |
|
|
if (CollectionUtils.isEmpty(detailListByParentCode)) { |
|
|
log.error(IndexCalConstant.INDEX_DETAIL_LIST_NULL); |
|
|
log.error(IndexCalConstant.INDEX_DETAIL_LIST_NULL); |
|
|
return false; |
|
|
return true; |
|
|
} |
|
|
} |
|
|
List<IndexInputVO> indexInputVOS = new ArrayList<>(); |
|
|
List<IndexInputVO> indexInputVOS = new ArrayList<>(); |
|
|
Map<String, String> pid = new HashMap<>(); |
|
|
Map<String, String> pid = new HashMap<>(); |
|
@ -273,7 +273,7 @@ public class IndexCalculateStreetServiceImpl implements IndexCalculateStreetServ |
|
|
List<IndexGroupDetailEntity> detailListByParentCode = indexGroupDetailService.getDetailListByParentCode(customerId, IndexCodeEnum.JIE_DAO_XIANG_GUAN.getCode(), IndexCodeEnum.ZHI_LI_NENG_LI.getCode()); |
|
|
List<IndexGroupDetailEntity> detailListByParentCode = indexGroupDetailService.getDetailListByParentCode(customerId, IndexCodeEnum.JIE_DAO_XIANG_GUAN.getCode(), IndexCodeEnum.ZHI_LI_NENG_LI.getCode()); |
|
|
if (CollectionUtils.isEmpty(detailListByParentCode)) { |
|
|
if (CollectionUtils.isEmpty(detailListByParentCode)) { |
|
|
log.error(IndexCalConstant.INDEX_DETAIL_LIST_NULL); |
|
|
log.error(IndexCalConstant.INDEX_DETAIL_LIST_NULL); |
|
|
return false; |
|
|
return true; |
|
|
} |
|
|
} |
|
|
List<IndexInputVO> indexInputVOS = new ArrayList<>(); |
|
|
List<IndexInputVO> indexInputVOS = new ArrayList<>(); |
|
|
Map<String, String> pid = new HashMap<>(); |
|
|
Map<String, String> pid = new HashMap<>(); |
|
@ -345,7 +345,7 @@ public class IndexCalculateStreetServiceImpl implements IndexCalculateStreetServ |
|
|
List<IndexGroupDetailEntity> detailListByParentCode = indexGroupDetailService.getDetailListByParentCode(customerId, IndexCodeEnum.JIE_DAO_XIANG_GUAN.getCode(), IndexCodeEnum.FU_WU_NENG_LI.getCode()); |
|
|
List<IndexGroupDetailEntity> detailListByParentCode = indexGroupDetailService.getDetailListByParentCode(customerId, IndexCodeEnum.JIE_DAO_XIANG_GUAN.getCode(), IndexCodeEnum.FU_WU_NENG_LI.getCode()); |
|
|
if (CollectionUtils.isEmpty(detailListByParentCode)) { |
|
|
if (CollectionUtils.isEmpty(detailListByParentCode)) { |
|
|
log.error(IndexCalConstant.INDEX_DETAIL_LIST_NULL); |
|
|
log.error(IndexCalConstant.INDEX_DETAIL_LIST_NULL); |
|
|
return false; |
|
|
return true; |
|
|
} |
|
|
} |
|
|
List<IndexInputVO> indexInputVOS = new ArrayList<>(); |
|
|
List<IndexInputVO> indexInputVOS = new ArrayList<>(); |
|
|
Map<String, String> pid = new HashMap<>(); |
|
|
Map<String, String> pid = new HashMap<>(); |
|
|