xuhy
2024-09-23 66a4d910a33d1273427b513e008bd9cd4c5d4054
ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml
@@ -96,7 +96,7 @@
   <select id="selectList" resultType="com.ruoyi.common.core.domain.entity.SysRole">
      select role_id AS roleId, role_name AS roleName, role_key AS roleKey, role_sort AS roleSort, data_scope AS dataScope,
             menu_check_strictly AS menuCheckStrictly, dept_check_strictly AS deptCheckStrictly,status AS status, del_flag AS delFlag,
             create_time AS createTime,create_by AS createBy
             create_time AS createTime,create_by AS createBy,remark AS remark
      from sys_role
      <where>
         <if test="query.roleName != null and query.roleName != ''">