From 9aafec73f2a5df0ccee2712505c63d44d91336c6 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期一, 28 四月 2025 14:40:09 +0800
Subject: [PATCH] 1、端口、IP、标签配置.docx文档修改:民勤配置项变化; 2、农户取水年度统计逻辑变化; 3、灌溉计划迟延时间可配置。

---
 pipIrr-platform/pipIrr-global/src/main/resources/mapper/StClientAmountYearMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/StClientAmountYearMapper.xml b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/StClientAmountYearMapper.xml
index ad80752..3a2f404 100644
--- a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/StClientAmountYearMapper.xml
+++ b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/StClientAmountYearMapper.xml
@@ -118,7 +118,7 @@
     select
     count(*)
     from se_client mtb
-    where mtb.deleted != 0
+    where mtb.deleted != 1
     <trim prefix="and" suffixOverrides="and">
       <if test="name != null and name != ''">
         mtb.name like concat('%', #{name}, '%')
@@ -137,7 +137,7 @@
     cayTb.times as times
     from se_client ctb
     LEFT JOIN st_client_amount_year cayTb on cayTb.client_id = ctb.id
-    where ctb.deleted != 0
+    where ctb.deleted != 1
     <trim prefix="and" suffixOverrides="and">
       <if test="year != null">
         cayTb.`year` = #{year,jdbcType=INTEGER}

--
Gitblit v1.8.0