Commit da347b53 authored by lixuan's avatar lixuan

Merge branch 'dev'

parents 51e2a803 1716c31f
Pipeline #143532 canceled with stages
...@@ -69,7 +69,7 @@ public class HouseResourceController { ...@@ -69,7 +69,7 @@ public class HouseResourceController {
} }
@GetMapping("/page/businessEntityStatistics") @GetMapping("/page/businessEntityStatistics")
public AjaxResult getPageBusinessEntityStatistics(List<String> twos) { public AjaxResult getPageBusinessEntityStatistics(@RequestParam(required = false) List<String> twos) {
return AjaxResult.success(houseResourceService.pageBusinessEntityStatistics(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