bug:接口报错修复
This commit is contained in:
parent
7da906c608
commit
1d25c15369
|
|
@ -135,8 +135,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="groupId != null">
|
<if test="groupId != null">
|
||||||
and afg.group_id = #{groupId}
|
and afg.group_id = #{groupId}
|
||||||
</if>
|
</if>
|
||||||
<if test="airlineName != null and airlineName != ''">
|
<if test="name != null and name != ''">
|
||||||
and af.name like concat('%', #{airlineName}, '%')
|
and af.name like concat('%', #{name}, '%')
|
||||||
</if>
|
</if>
|
||||||
<if test="type != null and type != ''">
|
<if test="type != null and type != ''">
|
||||||
and af.type = #{type}
|
and af.type = #{type}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue