sf
jiangping
2025-04-30 dcdb0231034810232f2542f3865666ebf72daf11
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>