智慧保安后台管理-外网项目备份
guoshilong
2023-12-13 065f5c6e6ef3fb461a7cee9cb5b53672727c2c4e
src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -1147,6 +1147,12 @@
        and bu.role_id = '1412226235153731586'
        and bud.id is null
    </select>
    <select id="getUserInfoDetail" resultType="org.springblade.modules.system.vo.UserInfoDetail">
        SELECT * FROM BLADE_USER bu
        LEFT JOIN BLADE_USER_DETAIL BUD on bud.user_id = bu.id and bud.is_deleted = 0
        WHERE bu.is_deleted = 0 and bu.id = #{id}
    </select>
</mapper>