Commit aad45726 authored by lixuan's avatar lixuan

feat: 房源

parent a4ac552a
......@@ -69,7 +69,7 @@ public class HouseResourceController {
}
@GetMapping("/page/businessEntityStatistics")
public AjaxResult getPageBusinessEntityStatistics(List<String> twos) {
public AjaxResult getPageBusinessEntityStatistics(@RequestParam(required = false) List<String> twos) {
return AjaxResult.success(houseResourceService.pageBusinessEntityStatistics(twos));
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment