From e5f5dc3727ecc8c68cefd11ebe9870f2e2a89ace Mon Sep 17 00:00:00 2001 From: gyb Date: Fri, 30 Jan 2026 11:54:10 +0800 Subject: [PATCH] =?UTF-8?q?fit:=E4=BF=AE=E5=A4=8Dbug=EF=BC=8C=E8=A7=A6?= =?UTF-8?q?=E5=8F=91=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/device/AirTypeGeneralEnumMapper.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/mapper/device/AirTypeGeneralEnumMapper.xml b/src/main/resources/mapper/device/AirTypeGeneralEnumMapper.xml index 92d3b84..a19bd03 100644 --- a/src/main/resources/mapper/device/AirTypeGeneralEnumMapper.xml +++ b/src/main/resources/mapper/device/AirTypeGeneralEnumMapper.xml @@ -22,7 +22,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" select id, name, vendor_id, domain, type, sub_type, icon, create_by, create_time, update_by, update_time, remark - from air_type_general_enum + from device_air_type_general_enum - insert into air_type_general_enum + insert into device_air_type_general_enum name, vendor_id, @@ -78,7 +78,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - update air_type_general_enum + update device_air_type_general_enum name = #{name}, vendor_id = #{vendorId}, @@ -94,11 +94,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - delete from air_type_general_enum where id = #{id} + delete from device_air_type_general_enum where id = #{id} - delete from air_type_general_enum where id in + delete from device_air_type_general_enum where id in #{id}