From 4989fec546d0ec552f4844b61dc12b6fab03237c Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期二, 13 五月 2025 15:42:12 +0800 Subject: [PATCH] fix(irrigatePlan): 修复灌溉计划结束时间计算逻辑 --- pipIrr-platform/pipIrr-global/src/main/resources/mapper/IrIrrigateUnitMapper.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/IrIrrigateUnitMapper.xml b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/IrIrrigateUnitMapper.xml index 600d56d..c5d4759 100644 --- a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/IrIrrigateUnitMapper.xml +++ b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/IrIrrigateUnitMapper.xml @@ -187,4 +187,12 @@ </if> </where> </select> + + <!--鏍规嵁鐏屾簤鍗曞厓ID鑾峰彇鍙栨按鍙D--> + <select id="getIntakeIdByUnitId" resultType="java.lang.Long"> + SELECT + intake_id AS intakeId + FROM ir_irrigate_unit + WHERE deleted = 0 AND id = #{unitId} + </select> </mapper> \ No newline at end of file -- Gitblit v1.8.0