|
@@ -82,6 +82,7 @@
|
|
<if test="radIllumination != null and radIllumination != ''">and rad_illumination = #{radIllumination}</if>
|
|
<if test="radIllumination != null and radIllumination != ''">and rad_illumination = #{radIllumination}</if>
|
|
<if test="radTemp != null and radTemp != ''">and rad_temp = #{radTemp}</if>
|
|
<if test="radTemp != null and radTemp != ''">and rad_temp = #{radTemp}</if>
|
|
</where>
|
|
</where>
|
|
|
|
+ order by med.create_time desc
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="selectMeasThermalImagerTestDataById" parameterType="Long" resultMap="MeasThermalImagerTestDataResult">
|
|
<select id="selectMeasThermalImagerTestDataById" parameterType="Long" resultMap="MeasThermalImagerTestDataResult">
|