Êþº¾ 4 getRoleByUserName $(Ljava/lang/String;)Ljava/util/List; MethodParameters username Signature 8(Ljava/lang/String;)Ljava/util/List<Ljava/lang/String;>; RuntimeVisibleAnnotations &Lorg/apache/ibatis/annotations/Select; value select role_code from sys_role where id in (select role_id from sys_user_role where user_id = (select id from sys_user where username=#{username})) "RuntimeVisibleParameterAnnotations %Lorg/apache/ibatis/annotations/Param; getRoleIdByUserName select id from sys_role where id in (select role_id from sys_user_role where user_id = (select id from sys_user where username=#{username})) rLjava/lang/Object;Lcom/baomidou/mybatisplus/core/mapper/BaseMapper<Lorg/jeecg/modules/system/entity/SysUserRole;>;
|