From f309792c0d58411ec4294f0c84ea6559a3bd1d3e Mon Sep 17 00:00:00 2001 From: nieziyan Date: Sat, 11 May 2024 16:02:33 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E7=BA=A0=E6=AD=A3=E5=BA=93?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/jeecg/modules/mapper/xml/GardsNuclIdedManMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeecg-module-abnormal-alarm/src/main/java/org/jeecg/modules/mapper/xml/GardsNuclIdedManMapper.xml b/jeecg-module-abnormal-alarm/src/main/java/org/jeecg/modules/mapper/xml/GardsNuclIdedManMapper.xml index cdca5254..320524d1 100644 --- a/jeecg-module-abnormal-alarm/src/main/java/org/jeecg/modules/mapper/xml/GardsNuclIdedManMapper.xml +++ b/jeecg-module-abnormal-alarm/src/main/java/org/jeecg/modules/mapper/xml/GardsNuclIdedManMapper.xml @@ -29,7 +29,7 @@ n.NUCLIDENAME AS nuclideName FROM ORIGINAL.GARDS_SAMPLE_DATA s - INNER JOIN RNAUTO.GARDS_NUCL_IDED n ON s.SAMPLE_ID = n.SAMPLE_ID + INNER JOIN RNMAN.GARDS_NUCL_IDED n ON s.SAMPLE_ID = n.SAMPLE_ID WHERE s.STATION_ID = #{stationId} AND s.DETECTOR_ID = #{detectorId} AND n.NUCLIDENAME IN