wolfboys commented on code in PR #1792:
URL:
https://github.com/apache/incubator-streampark/pull/1792#discussion_r991337130
##########
streampark-console/streampark-console-service/src/main/resources/mapper/system/TeamMapper.xml:
##########
@@ -47,8 +47,8 @@
<select id="findUserTeams" resultType="team" parameterType="team">
select t.* from t_team t
- join t_user_role ur
- on t.id = ur.team_id
+ join t_member m
+ on t.id = m.team_id
where ur.user_id = #{userId}
Review Comment:
> `ur`should be changed to `m`. It's a bug, the `test_user3` cannot login
platform.
There is actually no problem here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]