feat:航点修改保存
This commit is contained in:
parent
3ccdb8ed5a
commit
9718e3ae41
|
|
@ -65,7 +65,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<update id="update" parameterType="com.ruoyi.airline.mapper.entity.AirlineFileEntity">
|
||||
update airline_file
|
||||
<trim prefix="set" suffixOverrides=",">
|
||||
name = #{name},
|
||||
<if test="name != null">
|
||||
name = #{name},
|
||||
</if>
|
||||
<if test="airVendor != null">
|
||||
air_vendor = #{airVendor},
|
||||
</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue