Merge branch 'dev/dev_xp' into dev/3.1_release_merge
# Conflicts: # src/main/java/com/ai/da/controller/AccountController.java
This commit is contained in:
@@ -289,7 +289,7 @@ public class AccountController {
|
||||
|
||||
@PostMapping("organizationNameSearch")
|
||||
@Operation(summary = "组织名模糊查询")
|
||||
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