oss单点登录
This commit is contained in:
@@ -153,6 +153,13 @@
|
||||
</if>
|
||||
limit 1
|
||||
</select>
|
||||
<!-- 仅根据用户登录账号查询用户(不区分组织,SSO等场景使用) -->
|
||||
<select id="findByUserAccount" parameterType="java.lang.String"
|
||||
resultType="com.mhd.common.core.domain.po.UserPo">
|
||||
<include refid="selectUserVo"/>
|
||||
and a.user_account = #{userAccount}
|
||||
limit 1
|
||||
</select>
|
||||
<!-- 根据用户钉钉userID查询用户 -->
|
||||
<select id="getUserByDingUserId" parameterType="java.lang.String"
|
||||
resultType="com.mhd.common.core.domain.po.UserPo">
|
||||
|
||||
Reference in New Issue
Block a user