From 84944acb80e43008490592e875156b98faad9bb2 Mon Sep 17 00:00:00 2001 From: yinq Date: Mon, 25 Mar 2024 15:33:58 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E6=B7=BB=E5=8A=A0PDA=E8=B4=A8?= =?UTF-8?q?=E6=A3=80=E5=B7=A5=E4=BD=8D=E9=A1=BA=E5=BA=8F=E6=A0=A1=E9=AA=8C?= =?UTF-8?q?=E9=80=BB=E8=BE=91=20=E7=94=B5=E6=A3=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/base/BaseProductLineMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aucma-base/src/main/resources/mapper/base/BaseProductLineMapper.xml b/aucma-base/src/main/resources/mapper/base/BaseProductLineMapper.xml index 92c65a7..924045e 100644 --- a/aucma-base/src/main/resources/mapper/base/BaseProductLineMapper.xml +++ b/aucma-base/src/main/resources/mapper/base/BaseProductLineMapper.xml @@ -168,7 +168,7 @@ AND STATION_TYPE = 2 AND EXECUTION_SORT IS NOT NULL AND PARENT_ID = 'CX_02' - AND PRODUCT_LINE_CODE NOT IN ('2015', '2005', '2009') + AND PRODUCT_LINE_CODE NOT IN ('2015', '2009') ORDER BY EXECUTION_SORT \ No newline at end of file