Pu Zhibing
2025-08-04 e9dba0136ace4a62ff5a9c30941b79fc15d10c33
ManagementQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/RoleMapper.xml
@@ -20,7 +20,7 @@
   <select id="selectRoles" resultType="map">
      select rr.*,(SELECT COUNT(id) from sys_user where FIND_IN_SET(rr.id,roleid)) as userCount
      from sys_role as rr where 1 = 1
      <if test="condition != null">
      <if test="condition != null and condition !=''">
         and rr.name like CONCAT('%',#{condition},'%')
      </if>
      <if test="null != objectId">