@ -194,7 +194,7 @@ public interface SysUserFeign {
ResultBean<List<SysUserVo>> getUserByRole(@SpringQueryMap UserQuery query);
/**
* 参数:当前用户角色sid,机构sid
* 参数:当前用户角色sid,部门sid
* @param query
* @return
*/
@ -15,6 +15,5 @@ public class UserRoleQuery implements Query {
@ApiModelProperty("角色sid")
private String roleSid;
@ApiModelProperty("部门sid")
private String orgSid;
}