From 92e5abd81195ebe5b09b10b89cf892d87ed1484e Mon Sep 17 00:00:00 2001 From: yinq Date: Tue, 28 Nov 2023 18:02:00 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E7=BC=BA=E9=99=B7=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/base/BaseQualityInspectionItemMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aucma-base/src/main/resources/mapper/base/BaseQualityInspectionItemMapper.xml b/aucma-base/src/main/resources/mapper/base/BaseQualityInspectionItemMapper.xml index 1ae374c..a709359 100644 --- a/aucma-base/src/main/resources/mapper/base/BaseQualityInspectionItemMapper.xml +++ b/aucma-base/src/main/resources/mapper/base/BaseQualityInspectionItemMapper.xml @@ -88,8 +88,8 @@ from STATION_DEFECT_RELATION sdr left join BASE_QUALITY_INSPECTION_ITEM bq1 on sdr.defect_code = bq1.QUALITY_DEFECT_CODE left join BASE_PRODUCTLINE pl on sdr.station_code = pl.PRODUCT_LINE_CODE - left join SYS_DICT_DATA dl on dl.DICT_TYPE = 'material_categories' and bq1.MATERIAL_CATEGORIES = dl.DICT_VALUE - left join SYS_DICT_DATA xl on xl.DICT_TYPE = 'material_subclass' and bq1.MATERIAL_SUBCLASS = xl.DICT_VALUE + left join SYS_DICT_DATA dl on dl.DICT_TYPE = 'defect_categories' and bq1.MATERIAL_CATEGORIES = dl.DICT_VALUE + left join SYS_DICT_DATA xl on xl.DICT_TYPE = 'defect_subclass' and bq1.MATERIAL_SUBCLASS = xl.DICT_VALUE and sdr.station_code = #{stationCode}