jiangping
2023-09-21 2be17adffb5e055ed563ba73c928a5842c45a81e
server/service/src/main/resources/mappers/SystemRoleMapper.xml
@@ -30,7 +30,7 @@
      <if test="dto.name != null and dto.name != ''">
        AND role.`NAME` LIKE CONCAT('%', #{dto.name}, '%')
      </if>
      <if test="dto.type != null and dto.type != ''">
      <if test="dto.type != null">
        AND role.type = #{dto.type}
      </if>
    </where>