From c4dc0f7a13041e1bf2f495a53d5014db19a13335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E9=B9=8F=E9=A3=9E?= Date: Mon, 19 Aug 2024 09:07:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(pbom):=20=E7=A7=BB=E9=99=A4=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E5=AF=BC=E5=85=A5SAP=E5=A4=B1=E8=B4=A5=E7=9A=84?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E8=AE=B0=E5=BD=95=E4=B8=AD=E7=9A=84=E6=A0=B9?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E7=AD=9B=E9=80=89=E6=9D=A1=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E5=9B=A0=E4=B8=BA=E7=8E=B0=E5=9C=A8=E5=8F=AF=E4=BB=A5=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E4=BB=BB=E6=84=8F=E8=8A=82=E7=82=B9=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/master/BomNewPbomParentMapper.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/nflg_project_dev/nflg-bom-new/src/main/resources/mapper/master/BomNewPbomParentMapper.xml b/nflg_project_dev/nflg-bom-new/src/main/resources/mapper/master/BomNewPbomParentMapper.xml index 2a33a071..01377be5 100644 --- a/nflg_project_dev/nflg-bom-new/src/main/resources/mapper/master/BomNewPbomParentMapper.xml +++ b/nflg_project_dev/nflg-bom-new/src/main/resources/mapper/master/BomNewPbomParentMapper.xml @@ -284,7 +284,6 @@ SELECT *, row_id AS bomRowId FROM t_bom_new_pbom_parent WHERE status >= 4 - AND (root_is = 1 OR user_root_is = 1 OR root_state = 1) AND sap_state > 3 AND created_by = #{userCode} ORDER BY release_time DESC