fix
This commit is contained in:
@@ -107,6 +107,11 @@
|
||||
where u.user_code = #{userName} and u.deleted = 0
|
||||
</select>
|
||||
|
||||
<select id="selectUserByUserNameAndTenantId" resultMap="BaseResultMap">
|
||||
<include refid="selectUserVo"/>
|
||||
where u.user_code = #{userName} and u.deleted = 0 and u.tenant_id = #{tenantId}
|
||||
</select>
|
||||
|
||||
<select id="checkUserNameUnique" parameterType="String" resultType="int">
|
||||
select count(1) from sys_user where user_code = #{userName} and deleted = 0 limit 1
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user