Mr.Shi
2023-09-07 ed7bd02f3c812e904e43a76e16a4a5598f5bfd48
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>