Mr.Shi
2023-09-13 0308cfa37aa4875386622f168943820b2ce08786
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>