优化以人找房,以房找人 --renpc
This commit is contained in:
parent
a61ad13841
commit
c4882be424
@ -523,11 +523,11 @@ public class PopulationServiceImpl extends AbstractService implements IPopulatio
|
||||
}else {
|
||||
populationInfoBaseDTO = setPopulationBaseInfo(populationDTO);
|
||||
}
|
||||
populationInfoService.getTuoMin(populationInfoBaseDTO);
|
||||
// populationInfoService.getTuoMin(populationInfoBaseDTO);
|
||||
populationDTO.setPopulationInfoBaseDTO(populationInfoBaseDTO);
|
||||
} else {
|
||||
PopulationInfoDTO populationInfoDTO = setPopulationInfo(populationDTO);
|
||||
populationDTO.setPopulationInfoDTO(populationInfoDTO);
|
||||
PopulationInfoBaseDTO populationInfoBaseDTO = setPopulationBaseInfo(populationDTO);
|
||||
populationDTO.setPopulationInfoBaseDTO(populationInfoBaseDTO);
|
||||
}
|
||||
|
||||
if (null != houseMap) {
|
||||
|
Loading…
Reference in New Issue
Block a user