|
@@ -11,7 +11,7 @@
|
|
|
<result property="geometryFiles" column="geometry_files"/>
|
|
|
<result property="geometryImage" column="geometry_image"/>
|
|
|
<result property="measurementBatch" column="measurement_batch"/>
|
|
|
- <result property="engineStatus" column="measurement_batch"/>
|
|
|
+ <result property="engineStatus" column="engine_status"/>
|
|
|
<result property="angle" column="angle"/>
|
|
|
<result property="model" column="model"/>
|
|
|
<result property="lensFView" column="lens_f_view"/>
|
|
@@ -63,15 +63,14 @@
|
|
|
<include refid="selectMeasSpectralRadiationVo"/>
|
|
|
<where>
|
|
|
|
|
|
- <if test="measurementBatch != null and measurementBatch != ''">and mdr.measurement_batch = #{measurementBatch}</if>
|
|
|
- <if test="engineModel != null and engineModel != ''">and med.model =
|
|
|
+ <if test="measurementBatch != null and measurementBatch != ''">and mb.measurement_batch = #{measurementBatch}</if>
|
|
|
+ <if test="engineModel != null and engineModel != ''">and mem.model =
|
|
|
#{engineModel}
|
|
|
</if>
|
|
|
- <if test="engineStatus != null and engineStatus != ''">and mdr.engine_status = #{engineStatus}</if>
|
|
|
- <if test="angle != null and angle != ''">and mdr.angle = #{angle}</if>
|
|
|
-
|
|
|
+ <if test="engineStatus != null and engineStatus != ''">and med.engine_status = #{engineStatus}</if>
|
|
|
+ <if test="angle != null and angle != ''">and med.angle = #{angle}</if>
|
|
|
<if test="measurementBatchId != null ">and measurement_batch_id = #{measurementBatchId}</if>
|
|
|
- <if test="model != null and model != ''">and model = #{model}</if>
|
|
|
+ <if test="model != null and model != ''">and msr.model = #{model}</if>
|
|
|
<if test="lensFView != null ">and lens_f_view = #{lensFView}</if>
|
|
|
<if test="gain != null ">and gain = #{gain}</if>
|
|
|
<if test="backgroundData != null and backgroundData != ''">and background_data = #{backgroundData}</if>
|