feat: There is no way the user jwt

This commit is contained in:
super_liu
2021-10-18 12:45:02 +08:00
parent 8317333e96
commit 91ff42cb12
7 changed files with 66 additions and 7 deletions
@@ -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