Commit 1716c31f authored by lixuan's avatar lixuan

Merge branch 'dev-lx' into 'dev'

Dev lx

See merge request !172
parents 6867e8c3 aad45726
Pipeline #143530 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