From 1d25c1536989b247a4f94811a5ca4731919d1cfe Mon Sep 17 00:00:00 2001 From: gyb Date: Tue, 10 Feb 2026 11:19:55 +0800 Subject: [PATCH] =?UTF-8?q?bug:=E6=8E=A5=E5=8F=A3=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/airline/AirlineFileGroupMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/airline/AirlineFileGroupMapper.xml b/src/main/resources/mapper/airline/AirlineFileGroupMapper.xml index f373c40..bfb84db 100644 --- a/src/main/resources/mapper/airline/AirlineFileGroupMapper.xml +++ b/src/main/resources/mapper/airline/AirlineFileGroupMapper.xml @@ -135,8 +135,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and afg.group_id = #{groupId} - - and af.name like concat('%', #{airlineName}, '%') + + and af.name like concat('%', #{name}, '%') and af.type = #{type}