From a5d7c025b123d3162135fce7bef54ebfebd80ca4 Mon Sep 17 00:00:00 2001 From: 10002327 Date: Wed, 6 Nov 2024 16:59:27 +0800 Subject: [PATCH] =?UTF-8?q?EBOM=E6=AD=A3=E5=BC=8F=E8=A1=A8=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=95=B0=E6=8D=AE=E6=9F=A5=E8=AF=A2=E4=BC=98=E5=8C=96?= =?UTF-8?q?=EF=BC=8C=E6=95=B0=E6=8D=AE=E4=B8=8ESAP=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E6=95=B0=E9=87=8F=E7=BB=9F=E8=AE=A1=E5=8C=B9=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/master/BomNewEbomParentMapper.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/nflg_project_dev/nflg-bom-new/src/main/resources/mapper/master/BomNewEbomParentMapper.xml b/nflg_project_dev/nflg-bom-new/src/main/resources/mapper/master/BomNewEbomParentMapper.xml index 10ea7915..84472853 100644 --- a/nflg_project_dev/nflg-bom-new/src/main/resources/mapper/master/BomNewEbomParentMapper.xml +++ b/nflg_project_dev/nflg-bom-new/src/main/resources/mapper/master/BomNewEbomParentMapper.xml @@ -598,7 +598,6 @@ SELECT *, row_id AS bomRowId FROM t_bom_new_ebom_parent WHERE status = 4 - AND (root_is = 1 OR user_root_is = 1) AND sap_state > 3 AND created_by = #{userCode}