feat: There is no way the user jwt
This commit is contained in:
@@ -397,6 +397,13 @@
|
||||
AND usid !=#{usid}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<select id="getUser" resultMap="BaseResultMap">
|
||||
select
|
||||
<include refid="Base_Column_List"/>
|
||||
from TS_USER
|
||||
where valid_flag=0 AND usid =#{usid}
|
||||
</select>
|
||||
<!-- 根据用户ID获取用户信息及角色、组织机构信息 -->
|
||||
<select id="getUserWithRoles" resultMap="UserRoleMap" parameterType="java.lang.String">
|
||||
select
|
||||
|
||||
Reference in New Issue
Block a user