xcsnx commented on code in PR #5604: URL: https://github.com/apache/shenyu/pull/5604#discussion_r1712563058
########## shenyu-admin/src/main/java/org/apache/shenyu/admin/mapper/NamespacePluginRelMapper.java: ########## @@ -65,20 +65,19 @@ public interface NamespacePluginRelMapper extends ExistProvider { /** * select plugin by namespacePluginId. * - * @param id primary key. + * @param pluginId primary key. * @param namespaceId namespace id. * @return {@linkplain PluginVO} */ - NamespacePluginVO selectById(String id, String namespaceId); + NamespacePluginVO selectByPluginIdAndNamespaceId(String pluginId, String namespaceId); Review Comment: pluginId -- 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: notifications-unsubscr...@shenyu.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org