From 7ad059d1e35f88843852ef3c9278658834ab54ab Mon Sep 17 00:00:00 2001 From: zhanghl <253316343@qq.com> Date: 星期三, 21 五月 2025 13:43:19 +0800 Subject: [PATCH] 气体管路工序优化 --- 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