MrShi
2024-10-24 ba3a85f2bf6dc706ba2f74e88e9d81197533f1b7
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>