xuhy
2025-06-20 ebf94cb3ed4f487ca1fcd7069db0ca141553a4db
ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml
@@ -99,7 +99,7 @@
      select a.role_id AS roleId, a.role_name AS roleName, a.role_key AS roleKey, a.role_sort AS roleSort, a.data_scope AS dataScope,
      a.menu_check_strictly AS menuCheckStrictly, a.dept_check_strictly AS deptCheckStrictly,a.status AS status, a.del_flag AS delFlag,
      a.create_time AS createTime,a.create_by AS createBy,a.postType AS postType,a.removeDays AS removeDays,
      r.role_type as roleType
      a.role_type as roleType,a.remark,
      IFNULL(b.userCount,0) as userCount
      from sys_role a
      LEFT JOIN