From c136e237fb3ed30ed8c4348179ca2b673e7effb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=A4=A7?= <1504665037@qq.com> Date: Thu, 29 Jan 2026 15:39:05 +0800 Subject: [PATCH] =?UTF-8?q?bug:=E4=BF=AE=E5=A4=8D=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=88=AA=E7=BA=BF=E5=90=8D=E7=A7=B0=E5=AF=BC=E8=87=B4=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/airline/AirlineFileMapper.xml | 44 ++++++++++++++----- 1 file changed, 33 insertions(+), 11 deletions(-) diff --git a/src/main/resources/mapper/airline/AirlineFileMapper.xml b/src/main/resources/mapper/airline/AirlineFileMapper.xml index 6b4565d..5abd366 100644 --- a/src/main/resources/mapper/airline/AirlineFileMapper.xml +++ b/src/main/resources/mapper/airline/AirlineFileMapper.xml @@ -59,18 +59,40 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" update airline_file - set name = #{name}, - air_vendor = #{airVendor}, - air_type = #{airType}, - file_name = #{fileName}, - file_url = #{fileUrl}, - type = #{type}, - source = #{source}, - status = #{status}, - file_md5 = #{fileMd5}, - update_by = #{updateBy}, + + name = #{name}, + + air_vendor = #{airVendor}, + + + air_type = #{airType}, + + + file_name = #{fileName}, + + + file_url = #{fileUrl}, + + + type = #{type}, + + + source = #{source}, + + + status = #{status}, + + + file_md5 = #{fileMd5}, + + + update_by = #{updateBy}, + update_time = now(), - remark = #{remark} + + remark = #{remark}, + + where id = #{id} \ No newline at end of file