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