王煜鑫
2018-11-06 726716db2f6a7c57705c38aaf97a542c837a8414
修改租户bug
1 files modified
1 ■■■■ changed files
sourcecode/MVNFHM/src/main/resources/mybatis1/system/TenantMapper.xml 1 ●●●● patch | view | raw | blame | history
sourcecode/MVNFHM/src/main/resources/mybatis1/system/TenantMapper.xml
@@ -218,5 +218,6 @@
        from sys_user u
        left join sys_tenant t on u.TENANT_ID = t.TENANT_ID
        where USER_ID = #{USER_ID}
        and t.TENANT_ID is not null
    </select>
</mapper>