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}