forked from kidgrow-microservices-platform

zhaoxiaohao
2020-07-15 1ad851e4eb8c972eeb2fee7f2d1d54d3e32068a9
kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysRoleMenuMapper.xml
@@ -61,6 +61,9 @@
         <if test="type != null">
            and t.type = #{type}
         </if>
         <if test="tenantId != null and tenantId !=''">
            and t.tenant_id = #{tenantId}
         </if>
         and t.hidden = 0
         and t.enabled = 1
         ORDER BY sort ASC