From a39807064a500875d89bc46edcd2d0b3654575a9 Mon Sep 17 00:00:00 2001 From: wuzeyu <1223318623@qq.com> Date: 星期三, 24 七月 2024 15:14:46 +0800 Subject: [PATCH] 取水口日取水量漏损(历史) 取水口日取水量漏损(最新) 修改控制器报警与状态查询的排序、 修改农户日用水量统计的排序、日期类型 重构代码放置结构 --- pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmLossLastMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmLossLastMapper.xml b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmLossLastMapper.xml index 3fbc50f..5a99947 100644 --- a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmLossLastMapper.xml +++ b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmLossLastMapper.xml @@ -25,12 +25,12 @@ from rm_loss_last where id = #{id,jdbcType=BIGINT} </select> - <select id="selectByRtuAddr" parameterType="java.lang.String" resultMap="BaseResultMap"> + <select id="selectByIntakeId" parameterType="java.lang.Long" resultMap="BaseResultMap"> <!--@mbg.generated--> select <include refid="Base_Column_List" /> from rm_loss_last - where rtu_addr = #{rtuAddr,jdbcType=VARCHAR} + where intake_id = #{intakeId,jdbcType=BIGINT} </select> <select id="selectByDate" parameterType="java.util.Date" resultMap="BaseResultMap"> <!--@mbg.generated--> -- Gitblit v1.8.0