fix:纠正库名
This commit is contained in:
parent
09a23b371b
commit
f309792c0d
|
@ -29,7 +29,7 @@
|
||||||
n.NUCLIDENAME AS nuclideName
|
n.NUCLIDENAME AS nuclideName
|
||||||
FROM
|
FROM
|
||||||
ORIGINAL.GARDS_SAMPLE_DATA s
|
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}
|
WHERE s.STATION_ID = #{stationId} AND s.DETECTOR_ID = #{detectorId}
|
||||||
<if test="nuclideNames != null and nuclideNames.size() > 0">
|
<if test="nuclideNames != null and nuclideNames.size() > 0">
|
||||||
AND n.NUCLIDENAME IN
|
AND n.NUCLIDENAME IN
|
||||||
|
|
Loading…
Reference in New Issue
Block a user