Commit a179283c authored by libin's avatar libin

Merge branch 'master-ucc-feature' into dev

parents f6ec3f49 7d2beb9f
......@@ -38,7 +38,7 @@ public class SearchController {
private final BranchCompanyController branchCompanyController;
@GetMapping
public ObjectRestResponse search(@RequestParam(value = "type", required = false) String type,
public ObjectRestResponse search(@RequestParam(value = "type", required = false,defaultValue = "") String type,
@RequestParam(value = "keyword", required = false) String keyWord,
@RequestParam(value = "page", required = false, defaultValue = "1") Integer page,
@RequestParam(value = "limit", required = false, defaultValue = "10") Integer limit) {
......
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