fix:纠正库名

This commit is contained in:
nieziyan 2024-05-11 16:02:33 +08:00
parent 09a23b371b
commit f309792c0d

View File

@ -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}
<if test="nuclideNames != null and nuclideNames.size() > 0">
AND n.NUCLIDENAME IN