|
@@ -272,7 +272,7 @@ public class UserController {
|
|
|
List<UserEntity> result = userService.findUserIdsByOrgId(list);
|
|
|
return new AjaxMessage<>(ResultStatus.OK,result);
|
|
|
}
|
|
|
- @RequestMapping(value = "/findUserList", method = RequestMethod.POST)
|
|
|
+ @RequestMapping(value = "/findUserList", method = RequestMethod.GET)
|
|
|
@ResponseBody
|
|
|
public AjaxMessage<List<UserListDto>> findUserList() {
|
|
|
List<UserListDto> userList = userService.findUserList();
|