111
k94314517
2023-09-18 2359a38efc2a90a2776e2a45afcecda1fb0065a3
server/src/main/resources/mappers/SystemPermissionMapper.xml
@@ -86,6 +86,7 @@
      perm.DELETED = 0
      AND role_perm.ROLE_ID = #{roleId}
    </where>
    GROUP BY perm.id
  </select>
</mapper>