jiaosong
2023-09-21 88c8668e296b82fdd5867d4483b9be2cdd2a2697
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>