@@ -39,6 +39,7 @@
#{measurementBatch}
</if>
</where>
+ order by mb.create_time desc
</select>
<select id="selectMeasBatchById" parameterType="Long" resultMap="MeasBatchResult">
@@ -61,6 +61,7 @@
<if test="specBandIrr1 != null ">and mdr.spec_band_irr_1 = #{specBandIrr1}</if>
<if test="specBandIrr2 != null ">and mdr.spec_band_irr_2 = #{specBandIrr2}</if>
+ order by med.create_time desc
<select id="selectMeasDataResultsById" parameterType="Long" resultMap="MeasDataResultsResult">
@@ -27,6 +27,7 @@
<if test="geometryFiles != null and geometryFiles != ''">and geometry_files = #{geometryFiles}</if>
<if test="geometryImage != null and geometryImage != ''">and geometry_image = #{geometryImage}</if>
+ order by model
<select id="selectMeasEngineModelById" parameterType="Long" resultMap="MeasEngineModelResult">
@@ -75,6 +75,7 @@
<if test="humidity != null ">and humidity = #{humidity}</if>
<if test="concentration != null ">and concentration = #{concentration}</if>
<select id="selectMeasEnvDataById" parameterType="Long" resultMap="MeasEnvDataResult">
@@ -80,6 +80,7 @@
<if test="radiance1 != null and radiance1 != ''">and radiance_1 = #{radiance1}</if>
<if test="radiance2 != null and radiance2 != ''">and radiance_2 = #{radiance2}</if>
<select id="selectMeasSpectralRadiationById" parameterType="Long" resultMap="MeasSpectralRadiationResult">
@@ -82,6 +82,7 @@
<if test="radIllumination != null and radIllumination != ''">and rad_illumination = #{radIllumination}</if>
<if test="radTemp != null and radTemp != ''">and rad_temp = #{radTemp}</if>
<select id="selectMeasThermalImagerTestDataById" parameterType="Long" resultMap="MeasThermalImagerTestDataResult">
<if test="curve1 != null and curve1 != ''">and curve_1 = #{curve1}</if>
<if test="curve2 != null and curve2 != ''">and curve_2 = #{curve2}</if>
<select id="selectMeasTransmissionRateById" parameterType="Long" resultMap="MeasTransmissionRateResult">