|
|
@ -531,13 +531,16 @@ public class ImportHouseInfoListener extends AnalysisEventListener<HouseInfoMode |
|
|
|
public void doAfterAllAnalysed(AnalysisContext context) { |
|
|
|
finalDispose(); |
|
|
|
// 更新ic_building户数
|
|
|
|
List<String> list = icBuildingDao.selectHouseTotalIsNull(formDTO.getCustomerId()); |
|
|
|
/** |
|
|
|
* 2022-03-25 又根据要求,注释更新ic_building户数 |
|
|
|
*/ |
|
|
|
/*List<String> list = icBuildingDao.selectHouseTotalIsNull(formDTO.getCustomerId()); |
|
|
|
if (!CollectionUtils.isEmpty(list)){ |
|
|
|
List<UpdateBuildingHouseNumResultDTO> houseNum = icBuildingDao.selectHouseNum(list); |
|
|
|
if (!CollectionUtils.isEmpty(houseNum)){ |
|
|
|
icBuildingDao.allUpdateHouseNum(houseNum); |
|
|
|
} |
|
|
|
} |
|
|
|
}*/ |
|
|
|
// 删除缓存
|
|
|
|
icHouseRedis.delTemporaryCacheGrids(formDTO.getCustomerId(), formDTO.getUserId()); |
|
|
|
icHouseRedis.delTemporaryCacheNeighBorHood(formDTO.getCustomerId(), formDTO.getUserId()); |
|
|
|