无关风月
2025-06-20 a9541d7a0ea793e6494b83f4517f13cf2cb64c85
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,
      a.role_type as roleType,a.remark
      a.role_type as roleType,a.remark,
      IFNULL(b.userCount,0) as userCount
      from sys_role a
      LEFT JOIN