k94314517
2023-09-15 64f45c75ea93911b9841bf00bb4c436cd294be3a
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 dto.type != ''">
        AND role.type = #{dto.type}
      </if>
    </where>
    ${orderByClause}
  </select>