|
@ -238,6 +238,7 @@ public class HouseController implements ResultDataResolver { |
|
|
public void exporthouseinfo(@RequestBody IcHouseListFormDTO formDTO, HttpServletResponse response) throws Exception { |
|
|
public void exporthouseinfo(@RequestBody IcHouseListFormDTO formDTO, HttpServletResponse response) throws Exception { |
|
|
ValidatorUtils.validateEntity(formDTO); |
|
|
ValidatorUtils.validateEntity(formDTO); |
|
|
formDTO.setIsPage(false); |
|
|
formDTO.setIsPage(false); |
|
|
|
|
|
formDTO.setPageSize(NumConstant.TEN_THOUSAND); |
|
|
houseService.exportBuildinginfo(formDTO, response); |
|
|
houseService.exportBuildinginfo(formDTO, response); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|