aaa
jiangping
2025-02-08 3c4d486d9d41d9aee4da312b68db19ac9332420e
server/service/src/main/resources/mappers/SystemRoleMapper.xml
@@ -30,6 +30,9 @@
      <if test="dto.name != null and dto.name != ''">
        AND role.`NAME` LIKE CONCAT('%', #{dto.name}, '%')
      </if>
      <if test="dto.type != null">
        AND role.type = #{dto.type}
      </if>
    </where>
    ${orderByClause}
  </select>