vernedeng commented on code in PR #8201: URL: https://github.com/apache/inlong/pull/8201#discussion_r1223990904
########## inlong-manager/manager-dao/src/main/resources/mappers/TenantUserRoleEntityMapper.xml: ########## @@ -91,4 +90,13 @@ from tenant_user_role where id = #{id,jdbcType=INTEGER} </delete> + + <select id="selectByNameAndTenant" parameterType="java.lang.String" resultMap="BaseResultMap"> Review Comment: fixed, thx -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org