From c66a5cb9d7d9523e7b8324cbb624db4e9907bdcd Mon Sep 17 00:00:00 2001 From: maotiantian Date: Wed, 31 Dec 2025 10:35:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=96=B0=E5=A2=9E=E4=B8=8D?= =?UTF-8?q?=E4=BA=86=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/muhu/CarouselAdsMapper.xml | 8 ++++---- .../main/resources/mapper/muhu/DisasterWarningMapper.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chenhai-system/src/main/resources/mapper/muhu/CarouselAdsMapper.xml b/chenhai-system/src/main/resources/mapper/muhu/CarouselAdsMapper.xml index dc961f6..3912bba 100644 --- a/chenhai-system/src/main/resources/mapper/muhu/CarouselAdsMapper.xml +++ b/chenhai-system/src/main/resources/mapper/muhu/CarouselAdsMapper.xml @@ -86,7 +86,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - insert into carousel_ads + insert into muhu_carousel_ads title, subtitle, @@ -156,7 +156,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - update carousel_ads + update muhu_carousel_ads title = #{title}, subtitle = #{subtitle}, @@ -194,11 +194,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - delete from carousel_ads where carousel_id = #{carouselId} + delete from muhu_carousel_ads where carousel_id = #{carouselId} - delete from carousel_ads where carousel_id in + delete from muhu_carousel_ads where carousel_id in #{carouselId} diff --git a/chenhai-system/src/main/resources/mapper/muhu/DisasterWarningMapper.xml b/chenhai-system/src/main/resources/mapper/muhu/DisasterWarningMapper.xml index 322f611..35a0212 100644 --- a/chenhai-system/src/main/resources/mapper/muhu/DisasterWarningMapper.xml +++ b/chenhai-system/src/main/resources/mapper/muhu/DisasterWarningMapper.xml @@ -44,7 +44,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - insert into disaster_warning + insert into muhu_disaster_warning warning_type, warning_level, @@ -72,7 +72,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - update disaster_warning + update muhu_disaster_warning warning_type = #{warningType}, warning_level = #{warningLevel}, @@ -89,11 +89,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - delete from disaster_warning where id = #{id} + delete from muhu_disaster_warning where id = #{id} - delete from disaster_warning where id in + delete from muhu_disaster_warning where id in #{id}