Browse Source

小区统计修改

feature/teamB_zz_wgh
wanggongfeng 3 years ago
parent
commit
4c2a676557
  1. 2
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/stats/impl/FactUserHouseServiceImpl.java

2
epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/stats/impl/FactUserHouseServiceImpl.java

@ -218,6 +218,8 @@ public class FactUserHouseServiceImpl implements FactUserHouseService {
dto.setPid(item.getPid());
dto.setPids(item.getPids());
dto.setNeighbourhoodsCount(item.getNeighbourhoodsCount());
dto.setNeighbourhoodsId(item.getNeighbourhoodsId());
dto.setNeighborHoodName(item.getNeighborHoodName());
Optional<FactUserHouseResultDTO> houseOptional = houseList.stream().filter(house -> neighborHoodsId.equals(house.getNeighbourhoodsId()) && customerId.equals(house.getCustomerId())).findFirst();
if (houseOptional.isPresent()) {

Loading…
Cancel
Save