From efa726ed6de58fa810359cf4a3664184664a4ee6 Mon Sep 17 00:00:00 2001
From: huangjiayang <5265313@qq.com>
Date: 星期一, 28 四月 2025 18:30:09 +0800
Subject: [PATCH] 【UPDATE-BUGFIX】修改气柜管路产能统计查询条件BUG

---
 aps-modules/aps-core/src/main/resources/mapper/core/ApsGasPipingRouteStatMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/aps-modules/aps-core/src/main/resources/mapper/core/ApsGasPipingRouteStatMapper.xml b/aps-modules/aps-core/src/main/resources/mapper/core/ApsGasPipingRouteStatMapper.xml
index 94bcc48..90049f5 100644
--- a/aps-modules/aps-core/src/main/resources/mapper/core/ApsGasPipingRouteStatMapper.xml
+++ b/aps-modules/aps-core/src/main/resources/mapper/core/ApsGasPipingRouteStatMapper.xml
@@ -49,7 +49,7 @@
             <if test="planStartMonth != null and planStartMonth != ''"> and plan_start_month = #{planStartMonth} </if>
             <if test="planStartDay != null and planStartDay != ''"> and plan_start_day = #{planStartDay} </if>
             <if test="searchStartDate != null and searchStartDate != '' and searchEndDate != null and searchEndDate != ''"> and (process_plan_start_day &gt;= #{searchStartDate} and process_plan_start_day &lt;= #{searchEndDate}) </if>
-            <if test="major != null and major != '' and major == 'piping'">
+            <if test="major != null and major != ''">
                 <if test="major == 'piping'">
                     and process_name in (select process_name from aps_standard_process where major='绠¤矾')
                 </if>

--
Gitblit v1.9.3