1996fanrui commented on code in PR #1872:
URL: 
https://github.com/apache/incubator-streampark/pull/1872#discussion_r1000197484


##########
streampark-console/streampark-console-service/src/main/resources/mapper/system/RoleMapper.xml:
##########
@@ -33,7 +33,7 @@
         from t_role r
         left join t_member m on r.role_id = m.role_id
         left join t_user u on u.user_id = m.user_id

Review Comment:
   The join `t_user` can be deleted after using `userId`.



-- 
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]

Reply via email to