From b1ff6224fc4498fc6cfd84513dc5176a7362b65c Mon Sep 17 00:00:00 2001 From: zhubaomin <zhubaomin> Date: 星期二, 24 六月 2025 16:57:09 +0800 Subject: [PATCH] 添加充值机用管理卡实体类及接口 --- pipIrr-platform/pipIrr-global/src/main/resources/mapper/PrStWeatherMapper.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/PrStWeatherMapper.xml b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/PrStWeatherMapper.xml index a4fdc45..e971ed2 100644 --- a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/PrStWeatherMapper.xml +++ b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/PrStWeatherMapper.xml @@ -43,6 +43,11 @@ delete from pr_st_weather where id = #{id,jdbcType=BIGINT} </delete> + <delete id="deleteLogicById" parameterType="java.lang.Long"> + <!--@mbg.generated--> + update pr_st_weather set deleted = 1 + where id = #{id,jdbcType=BIGINT} + </delete> <insert id="insert" parameterType="com.dy.pipIrrGlobal.pojoPr.PrStWeather"> <!--@mbg.generated--> insert into pr_st_weather (id, `no`, `name`, lng, -- Gitblit v1.8.0