From 964ad5986822d2dd117df4e596aa4eb62643f1e4 Mon Sep 17 00:00:00 2001
From: zhanghl <253316343@qq.com>
Date: 星期三, 21 五月 2025 17:14:03 +0800
Subject: [PATCH] 优化Job
---
aps-modules/aps-core/src/main/resources/mapper/core/ApsGasPipingRouteStatMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 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 1cdfcb1..20beb21 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
@@ -67,6 +67,7 @@
and process_name in (select process_name from aps_standard_process where major='姘旀煖')
</if>
</if>
+ <if test="plant != null and plant != ''"> and plant = #{plant} </if>
</where>
</select>
--
Gitblit v1.9.3