You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by GitBox <gi...@apache.org> on 2022/10/20 06:38:55 UTC

[GitHub] [incubator-streampark] 1996fanrui commented on a diff in pull request #1872: [Improve] query data using primary key #1871

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: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org