Commit f92e469d authored by tianbo's avatar tianbo

bug修改

parent 206f4c60
......@@ -1737,7 +1737,7 @@ public class OrgUsrServiceImpl extends BaseService<OrgUsrDto, OrgUsr, OrgUsrMapp
throw new Exception("账号不存在");
}
return amosUserList.stream().map(AgencyUserModel::getUserId).collect(Collectors.toList());
return amosUserList.stream().map(AgencyUserModel::getUserName).collect(Collectors.toList());
}
@Override
......
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