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