bug:接口报错修复

This commit is contained in:
gyb 2026-02-10 11:19:55 +08:00
parent 7da906c608
commit 1d25c15369
1 changed files with 2 additions and 2 deletions

View File

@ -135,8 +135,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="groupId != null">
and afg.group_id = #{groupId}
</if>
<if test="airlineName != null and airlineName != ''">
and af.name like concat('%', #{airlineName}, '%')
<if test="name != null and name != ''">
and af.name like concat('%', #{name}, '%')
</if>
<if test="type != null and type != ''">
and af.type = #{type}