TASK:订阅计划,测试修改
This commit is contained in:
@@ -289,7 +289,7 @@ public class AccountController {
|
||||
|
||||
@PostMapping("organizationNameSearch")
|
||||
@ApiOperation(value = "组织名模糊查询")
|
||||
public Response<Set<String>> organizationNameSearch(@RequestParam("type") String type, @RequestParam("name") String name) {
|
||||
public Response<Set<String>> organizationNameSearch(@RequestParam("type") String type, @RequestParam(value = "name", required = false) String name) {
|
||||
return Response.success(accountService.organizationNameSearch(type, name));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user