|
@@ -34,7 +34,7 @@
|
|
|
<include refid="selectMeasBatchVo"/>
|
|
|
<where>
|
|
|
<if test="engineId != null ">and mb.engine_id = #{engineId}</if>
|
|
|
- <if test="engineModel != null ">and mem.engine_model = #{engineModel}</if>
|
|
|
+ <if test="engineModel != null ">and mem.model = #{engineModel}</if>
|
|
|
<if test="measurementBatch != null and measurementBatch != ''">and mb.measurement_batch =
|
|
|
#{measurementBatch}
|
|
|
</if>
|