From b8d5150050f1b4cc68e037aa4b867cf21305f7b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E4=B8=87=E9=87=8C?= <1726150332@qq.com> Date: Tue, 21 Apr 2026 14:26:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=82=B9=E6=A3=80=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E7=BB=B4=E6=8A=A4=E5=B7=A5=E5=8E=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/device/EquCheckItemMapper.xml | 2 +- .../src/main/resources/mapper/device/EquPlanMapper.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/op-modules/op-device/src/main/resources/mapper/device/EquCheckItemMapper.xml b/op-modules/op-device/src/main/resources/mapper/device/EquCheckItemMapper.xml index 3c94ee81b..a4da4be7e 100644 --- a/op-modules/op-device/src/main/resources/mapper/device/EquCheckItemMapper.xml +++ b/op-modules/op-device/src/main/resources/mapper/device/EquCheckItemMapper.xml @@ -203,7 +203,7 @@ factory_name AS factoryName, factory_code AS factoryCode from sys_factory - where f_type = 'c' + where f_type = 'c' and del_flag = '0' select factory_id AS 'factoryId', factory_name AS 'factoryName', factory_code AS 'factoryCode', f_type AS 'fType' from sys_factory - where parent_id = (select factory_id from sys_factory where factory_code = #{factory}) and f_type = 'c' + where parent_id = (select factory_id from sys_factory where factory_code = #{factory} and del_flag = '0') and f_type = 'c'